Login  Register

AccessControlException using jogl.debug.TextRenderer in applet

Posted by martinezmj on Jul 11, 2013; 9:33pm
URL: https://forum.jogamp.org/AccessControlException-using-jogl-debug-TextRenderer-in-applet-tp4029580.html

I'm seeing the following exception in my applet:

Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "jogl.debug.TextRenderer" "read")

If I remove my use of com.jogamp.opengl.util.awt.TextRenderer, the problem goes away.  Using Java 7, I get the same behavior on Mac and Windows.  Any ideas what's going on?