Bug 256 - Bad call to JOAL's NativeLibLoader.disableLoading in JOGLAppletLauncher
Summary: Bad call to JOAL's NativeLibLoader.disableLoading in JOGLAppletLauncher
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2006-12-05 03:58 CET by Sven Gothel
Modified: 2010-03-24 07:49 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:49:44 CET


---- 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