Hi, I've been working in a 3d application with processing (using opengl and picking library), it's not complete yet but it works on processing so far. The thing is that I've tried to export the applet and it shows this java error running it with the browser:
java.lang.SecurityException: Permission denied:
http://download.java.net/media/applet-launcher/applet-launcher.jar
at sun.plugin.util.GrayBoxPainter.setProgressFilter(GrayBoxPainter.java:220)
at sun.plugin2.applet.Plugin2Manager.setupGrayBoxPainter(Plugin2Manager.java:2290)
at sun.plugin2.applet.Plugin2Manager.access$700(Plugin2Manager.java:102)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1493)
at java.lang.Thread.run(Thread.java:680)
Excepción: java.lang.SecurityException: Permission denied:
http://download.java.net/media/applet-launcher/applet-launcher.jar
The objective for this is to run directly online as a main page for a web. Is there any problem with opengl or the use of libraries for this?
I'm programming it in Mac OS by the way.
thanks!
1