X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fbin%2Frun.bat;h=1ea81abf4fa407c6f2093e9765b240e6c3af7fd0;hb=20a1514bf93035472d4f940f00a357106d4bec1f;hp=6553c823a87781b5e7a6ba482e336ea12203fe0a;hpb=40f54b8acefce59ecbd9e9fde60e062373243982;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/bin/run.bat b/rulemgt-standalone/src/main/assembly/bin/run.bat index 6553c82..1ea81ab 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.bat +++ b/rulemgt-standalone/src/main/assembly/bin/run.bat @@ -30,7 +30,7 @@ set class_path=%main_path%;%main_path%holmes-rulemgt.jar echo ### jvm_opts: %jvm_opts% echo ### class_path: %class_path% -%JAVA% -classpath %class_path% %jvm_opts% org.openo.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml +%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml IF ERRORLEVEL 1 goto showerror exit