---- Reported by javabsp 2004-04-18 14:03:30 ---- When running any of the demos with Java 1.5 beta 1 with webstart, the same exception is thrown: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:494) at com.sun.javaws.Launcher.executeApplication(Launcher.java:1122) at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1069) at com.sun.javaws.Launcher.continueLaunch(Launcher.java:918) at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:499) at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:256) at com.sun.javaws.Launcher.run(Launcher.java:175) at java.lang.Thread.run(Thread.java:566) Caused by: java.lang.UnsatisfiedLinkError: /opt/j2sdk1.5.0/jre/lib/i386/libjawt.so: libmawt.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1737) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1654) at java.lang.Runtime.loadLibrary0(Runtime.java:817) at java.lang.System.loadLibrary(System.java:986) at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:51) at java.security.AccessController.doPrivileged(Native Method) at net.java.games.jogl.impl.NativeLibLoader.<clinit>(NativeLibLoader.java:46) at net.java.games.jogl.impl.GLContext.<clinit>(GLContext.java:51) at net.java.games.jogl.impl.x11.X11GLContextFactory.createGLContext(X11GLContextFactory.java:52) at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:68) at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117) at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80) at demos.proceduralTexturePhysics.ProceduralTexturePhysics.run(ProceduralTexturePhysics.java:83) at demos.proceduralTexturePhysics.ProceduralTexturePhysics.main(ProceduralTexturePhysics.java:79) ... 11 more Note that I have no problem running the demos in 1.4.2. ---- Additional Comments From kbr 2004-04-19 12:24:12 ---- This is a bug in the AWT on Linux that will be fixed in beta 2. A couple of workarounds can be found in the following thread: http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1078687707 --- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT --- This bug was previously known as _bug_ 74 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=74