UnSatisfiedLinkError while using Xith3D

I am working with 3D engine Xith3D. I get an error which looks like

java.lang.UnSatisfiedLinkError: CreateDummyWindow

I get a whiteScreen and then nothing moves.

Can anyone help me

None of the above.

put the libs (jogl.dll or lwjgl.dll and whatnot) into a libs folder next to your game and when running it do this:


java -Djava.library.path="./lib/" -cp "jogl.jar" Main

Obviously the classpath needs changing, but thats an example. The important part is the -Djava.library.path="./lib/"

DP

You also might try posting in the Xith3D forum. This forum gets used pretty much exclusively for the Java3D technology as opposed to 3D in Java.

Kev