I get this no matter what i do..
im using the precomiple jars from june 17 ( off memmory )
1 2 3 4 5 6 7 8 9 10 11 12
| java.lang.UnsatisfiedLinkError: no jogl in java.library.path[/glow] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at net.java.games.jogl.impl.NativeLibLoader.<clinit>(NativeLibLoader.java:45) at net.java.games.jogl.impl.GLContext.<clinit>(GLContext.java:50) at net.java.games.jogl.impl.windows.WindowsGLContextFactory.createGLContext(WindowsGLContextFactory.java:51) at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:66) at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:94) at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80) at Gears.main(Gears.java:24) Exception in thread "main" |