---- Reported by melvyn 2003-06-27 17:29:31 ---- Can someone help me to run the demos? I have j2sdk-1_4_2-beta-windows- i586.exe (and java3d-1_3_1-windows-i586-opengl-rt.exe) installed. Then I copied Gears.java, VertexArrayRange.java, jogl.jar and jogllib.jar in a new directory and compiled them without a problem. But when I try to start Gears, I get the following error: Exception in thread "main" 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.<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(GLDrawableFactor y.java:80) at Gears.main(Gears.java:17) TIA Melvyn ---- Additional Comments From kbr 2003-06-30 01:01:52 ---- User error as per issue 19. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT --- This bug was previously known as _bug_ 18 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=18