Hi all,
I have just downloaded the latest xith3d and third party libs.
my graphics card is a Radeon 9200 128mb
openGL version 1.10
all my libraries are in their correct folders and i am including all the jars in my buildpath.
The app compiles without any errors - but when I try to run the app i get the following errors:
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
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:143)
at com.xith3d.render.jogl.RenderPeerImpl.makeCanvas(RenderPeerImpl.java:124)
at com.xith3d.render.jogl.RenderPeerImpl.makeCanvas(RenderPeerImpl.java:109)
at SmartDemo.SceneDemo.(SceneDemo.java:111)
at SmartDemo.SceneDemo.main(SceneDemo.java:188)
Exception in thread “main”
any ideas what the problem may be
cheers
rmdire