Xith3D / jogl errors

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

i think that you havn t installed xith correctly.

You must copy all DLL’s from jogl and joal into your bin path of your SDK or JRE (depends which one you use for running the xith app)

also you have to include all the jars in your classpath.

Here (http://xith.org/tiki-index.php?page=Installing) you find a step by step tutorial how to install xith

eeee gaaaaaad sakes - yes your kinda right.

blasted environment variable wasn’t set when I installed the JDK.

Thank you for your help.

I feel thicker than a whale omelete.

rmdire