I\'ve compiled a JAR file and specified the Main-Class in the manifest (I used the Eclipse Export function). My dependencies are all in a directory labeled li
li
You can do a Runtime.getRuntime.exec(command) to relaunch the jar including classpath with args.