Java Applet
in
Programming Questions
•
3 years ago
Hi there,
I'm trying to export a relatively large animation which uses at least three fonts and nine images. After organizing the Sketch properly (following the Export Info and Tips from the wiki). I was able to export a functional windows application.
The Java Applet, however, still doesn't work
the java console shows this warning:
-
Exception in thread "Animation Thread" java.security.AccessControlException: access denied
-
(java.util.PropertyPermission user.language write)
-
at java.security.AccessControlContext.checkPermission(Unknown Source)
-
at java.security.AccessController.checkPermission(Unknown Source)
-
at java.lang.SecurityManager.checkPermission(Unknown Source)
-
at java.util.Locale.setDefault(Unknown Source)
-
at Diagramas.setup(Diagramas.java:124)
-
at processing.core.PApplet.handleDraw(Unknown Source)
-
at processing.core.PApplet.run(Unknown Source)
-
at java.lang.Thread.run(Unknown Source)
The applet and the source code can be found here:
http://www.openprocessing.org/visuals/?visualID=11333
Thanks!
1
