From db75a4a6c03ae191ee17c472836c58bddbecf731 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Fri, 15 Dec 2017 06:46:58 +0800 Subject: [PATCH] [Collector] Fix issue that collector start failed in the Windows environment --- apm-collector/apm-collector-boot/bin/collectorService.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-collector/apm-collector-boot/bin/collectorService.bat b/apm-collector/apm-collector-boot/bin/collectorService.bat index d651d965b..f9d2826d0 100644 --- a/apm-collector/apm-collector-boot/bin/collectorService.bat +++ b/apm-collector/apm-collector-boot/bin/collectorService.bat @@ -17,5 +17,5 @@ if not defined JAVA_HOME ( set _EXECJAVA=java ) -start "%COLLECTOR_PROCESS_TITLE%" %_EXECJAVA% "%COLLECTOR_OPTS%" -cp "%CLASSPATH%" CollectorBootStartUp +start "%COLLECTOR_PROCESS_TITLE%" %_EXECJAVA% "%COLLECTOR_OPTS%" -cp "%CLASSPATH%" org.apache.skywalking.apm.collector.boot.CollectorBootStartUp endlocal