---- Reported by agrv 2006-12-05 03:58:34 ---- The JOGLAppletLauncher class calls net.java.games.joal.impl.NativeLibLoader instead of net.java.games.joal.NativeLibLoader on line 864 from JOGLAppletLauncher.java, causing the following ClassNotFoundException when trying to use JOAL with JOGL in an applet context. java.lang.ClassNotFoundException: net.java.games.joal.impl.NativeLibLoader at sun.applet.AppletClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.applet.AppletClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.sun.opengl.util.JOGLAppletLauncher$6.run(JOGLAppletLauncher.java:864) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---- Additional Comments From kbr 2006-12-05 13:31:09 ---- Sorry about that. I had too much logging information enabled in the Java Plug-In when I tested this and this exception got lost in the noise. The JOAL NativeLibLoader has been moved to the net.java.games.joal.impl package and made public. We'll announce the support for this publicly soon; please let us know if you see further issues. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:49 EDT --- This bug was previously known as _bug_ 256 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=256