Jean-Baptiste Onofré created AMQ-4300:
-----------------------------------------

             Summary: ActiveMQ service wrapper should use JAVA_HOME
                 Key: AMQ-4300
                 URL: https://issues.apache.org/jira/browse/AMQ-4300
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.7.0
            Reporter: Jean-Baptiste Onofré


In bin/linux-x86-64, the wrapper.conf directly use java command:

wrapper.java.command=java

so it doesn't use the JAVA_HOME variable, only PATH.

I think it's "better" to use something like:

wrapper.java.command=%JAVA_HOME%/bin/java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to