bookkeeper-visual-manager
bookkeeper-visual-manager copied to clipboard
Standalone service does not start on Windows
It looks like "standalone" service is not able to start in Windows (using Git Bash)
export JAVA_HOME=/c/somejavawithoutspaces
bin/service server console
Result:
Starting service... Error: Could not find or load main class org.bookkeepervisualmanager.server.ServerMain Caused by: java.lang.ClassNotFoundException: org.bookkeepervisualmanager.server.ServerMain
Workaround:
run
java -cp "lib/*" org.bookkeepervisualmanager.server.ServerMain