Re: AccessControlException using jogl.debug.TextRenderer in applet
Posted by
Sven Gothel on
Jul 12, 2013; 3:34pm
URL: https://forum.jogamp.org/AccessControlException-using-jogl-debug-TextRenderer-in-applet-tp4029580p4029587.html
On 07/12/2013 05:32 PM, martinezmj [via jogamp] wrote:
> 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.
Thank you - it's a bug on our side,
the debug access has not been set up 'yet'.
Pls file a bug report, will be fixed soon - for 2.0.2.
~Sven