According to the documentation the following command works with the cli integration:
java -cp "./graphwalker-cli-4.3.1.jar;./java-plugin-generator-4.3.0.jar;" org.graphwalker.cli.CLI offline -g <My.json>
The documentation suggest that the integration should also work with the Studio as well, so I tried the following command:
java -cp "./graphwalker-studio-4.3.1.jar;./java-plugin-generator-4.3.0.jar;" org.graphwalker.studio.Application offline -g <My.json>
I experience the following error message:
Error: Could not find or load main class org.graphwalker.studio.Application
Caused by: java.lang.ClassNotFoundException: org.graphwalker.studio.Application