Re: Jogl in a webstart application
Posted by
gouessej on
Jul 22, 2013; 9:12pm
URL: https://forum.jogamp.org/Jogl-in-a-webstart-application-tp4029613p4029649.html
Have you put that into your JNLP file?
<security>
<all-permissions />
</security>
Please can you try other online demos using JOGL 2.0 & AWT? Maybe something breaks AWT support in JOGL as I thought.
Edit.: there is another problem, look at your last lines, Direct3D device screens should never be pickep up. Please disable the Direct3D pipeline. I do that (the 2 first ones are very important):
<property name="sun.java2d.noddraw" value="true"/>
<property name="sun.java2d.d3d" value="false"/>
<property name="sun.java2d.opengl" value="false"/>