[
https://issues.apache.org/jira/browse/JENA-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908092#comment-14908092
]
Mirko Kaempf commented on JENA-1035:
------------------------------------
I changed line 64 from:
exec java $JVM_ARGS -jar "$JAR" "$[~paulbits]
to:
exec $JAVA_HOME/bin/java $JVM_ARGS -jar "$JAR" "$@"
> fuseki-server script ignores JAVA_HOME variable while it executes the "java"
> command
> ------------------------------------------------------------------------------------
>
> Key: JENA-1035
> URL: https://issues.apache.org/jira/browse/JENA-1035
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Affects Versions: Fuseki 2.3.0
> Reporter: Mirko Kaempf
> Priority: Minor
>
> The fuseki-server script ignores JAVA_HOME variable while it executes the
> "java" command.
> I use Java 7 on my system and only for FUSEKI2.3 I installed Java 8 at this
> time. I had to change the script to be able to start FUSEKI. I think the
> script should be changed in general to use a JAVA_HOME variable if defined.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)