hi i tried all hints with setting classpath, extracting
jogl.dll… and and and… but i still geht this error…
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:50)
at net.java.games.jogl.impl.windows.WindowsGLContextFactory.createGLContext(WindowsGLContextFactory.java:93)
at net.java.games.jogl.GLCanvas.(GLCanvas.java:70)
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:85)
at Test.main(Test.java:22)
Exception in thread “main”
how can i get jogl running?!?!
i have copied the jogl.jar and the natives.jar also the dlls in the jre/lib/ext and bin folders… but wont work
i entered the natives jar and jogl.jar in the builder path of the package…
i dont know whats wrong… can somebody tell me?
knitte