bookkeeper-visual-manager icon indicating copy to clipboard operation
bookkeeper-visual-manager copied to clipboard

Standalone service does not start on Windows

Open eolivelli opened this issue 4 years ago • 0 comments

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

eolivelli avatar Mar 08 '20 17:03 eolivelli