From 1f3dcf28719ee967e2eabbd9ac146c718ed89dfe Mon Sep 17 00:00:00 2001 From: jbertram Date: Tue, 4 Oct 2016 12:34:40 -0500 Subject: [PATCH] ARTEMIS-750 use JAVA_HOME for Win service --- .../activemq/artemis/cli/commands/bin/artemis-service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml index 593a5094a5..6752b1126f 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml @@ -28,7 +28,7 @@ ${artemis.instance}\log roll - java + %JAVA_HOME%\bin\java.exe -Xbootclasspath/a:%ARTEMIS_HOME%\lib\${logmanager} -XX:+UseParallelGC -XX:+AggressiveOpts