Hi having a little trouble getting xith3D to work from a self executing jar file. i’m developing a chess game and want to package it as a self executing jar.
what i have done is put all the .jar and .dll files from my java directory (xith3d.jar jogl.jar etc) into the same folder as the self executing jar, pointed the jar file to the main class within and set the classpath field to all the names of the system .jar files.
The program begins to load and then hangs and needs to be terminated from the taskman. If anyone has any help with this it would be great 