Hi, I'm doing an Applet using JOGL, J2D and XmlBean.
but when I use <property name="sun.java2d.opengl" value="true" /> in my jnlp file I get the following exception:
exception in QueueFlusher:
java.lang.IllegalStateException: access denied (java.lang.RuntimePermission getClassLoader)
at org.apache.xmlbeans.XmlBeans.getContextTypeLoader(XmlBeans.java:336)
at org.collada.x2005.x11.colladaSchema.COLLADADocument$Factory.parse(Unknown Source)
at tuxan.test.jogl.collada.ColladaScene.loadFile(ColladaScene.java:47)
.....
According to the exception I have no permission to use the function COLLADADocument.Factory.parse(getClass().getResourceAsStream(daeFile));
This function is generated xmlbean and collada specification 1.4 (xsd).
Any suggestions?
Thanks




