im trying to create a redistributable game using xith3d. now the contraint im working under is that the user wont have to put jar files deep inside the directory structure as the installing of xith3d requires. im wondering, is it possible to put all the jar files that i need in one directory, and just manipulate the class path to get everything running???
Ive been trying to do this for a while using HelloXith3D.java. i have it compiling ok, but running it is a whole different story.
so in my c:\temp\ i have the following files:
hial.jar
jogl-natives-win32.jar
jogl.jar
junit.zip
log4j.zip
vecmath.jar
vorbis.zip
xith-demos.jar
xith-tk.jar
xith3d.jar
HelloXith3D.java
HelloXith3D.class
i was hoping the have the same structure on a another persons computer, and have them run the game just by using a java command.
is this at all possible?