Hi,
I have installed xith as per instruction on Installing xith-3d Page
Now when i try and run CubeTest.java demo
i get following error
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:60)
at java.security.AccessController.doPrivileged(Native Method)
at net.java.games.jogl.impl.NativeLibLoader.(NativeLibLoader.java:46)
at net.java.games.jogl.impl.GLContext.(GLContext.java:51)
at net.java.games.jogl.impl.windows.WindowsGLContextFactory.createGLContext(WindowsGLContextFactory.java:82)
at net.java.games.jogl.GLCanvas.(GLCanvas.java:69)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:150)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:118)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:104)
at com.xith3d.render.jogl.CanvasPeerImpl.(CanvasPeerImpl.java:123)
at com.xith3d.render.jogl.RenderPeerImpl.makeCanvas(RenderPeerImpl.java:145)
at com.xith3d.render.jogl.RenderPeerImpl.makeCanvas(RenderPeerImpl.java:126)
at com.xith3d.render.jogl.RenderPeerImpl.makeCanvas(RenderPeerImpl.java:111)
at com.xith3d.test.CubeTest.(CubeTest.java:140)
at com.xith3d.test.CubeTest.main(CubeTest.java:212)
Exception in thread “main”
I checked in the jre/lib/ext folder jogl.jar is present and so are all the other jars
please help
Regards
Ashish