C:\j2sdk1.4.2_04\bin\java.exe -classpath “C:\j2sdk1.4.2_04\jre\lib\rt.jar;C:\j2sdk1.4.2_04\lib\tools.jar;C:\Arquivos de programas\Java\j2re1.4.2_04\lib\ext\jogl.jar;E:\Uderman\OpenGL\NEHE TUTORIAL\LESSON 1\JOGL CODE” Lesson01
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
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$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.<init>(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:85)
at Lesson01.main(Lesson01.java:121)
Exception in thread “main” Finished executing
hello,
I got this erro when trying to run the JOGL code to nehe tutorial 1.
Probably I didn´t installed JOGL correctly, so can anyone help me?