Login  Register

Re: AccessControlException using jogl.debug.TextRenderer in applet

Posted by martinezmj on Jul 12, 2013; 3:32pm
URL: https://forum.jogamp.org/AccessControlException-using-jogl-debug-TextRenderer-in-applet-tp4029580p4029586.html

More specifically, what do I need to add to my JNLP?  I've tried the following, but get the same behavior:

<property name="jnlp.jogl.debug.TextRenderer" value="all"/>
<property name="jnlp.jogl.debug.TextRenderer" value="true"/>

Sven Gothel wrote
Who sets or reads property 'jogl.debug.TextRenderer' ?
I assume we do ? :)
Yes, I see this property being used in the first line of the class, here:
https://github.com/sgothel/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java

private static final boolean DEBUG = Debug.isPropertyDefined("jogl.debug.TextRenderer", true);

The exception occurs when it's trying to load the class.