I’m relatively new to Java, and have just finished learning its basics and how to make GUI’s using swing. I am now ready to move on to learning Xith3D. First I’d like to know how to bundle the Xith3D libraries with an app so that the user doesn’t have to install them into their Java Library directories manually. I tried making a jar file by simply including the application classes, and the libraries and putting them all in one Jar, but it still refuses to launch, even though the libraries are in the same directory as the class files.
So how do I bundle them to make it easy for users to open the app on their computers? ???