Thursday, April 15, 2010

Signed Applet to Javascript

String lineSeparator = java.security.AccessController.doPrivileged(
new java.security.PrivilegedAction(){
public String run() {return System.getProperty("line.separator");}});



http://www.raditha.com/java/sandbox/unsigned.php
http://stackoverflow.com/questions/852453/accesscontroller-doprivileged
http://chriswongdevblog.blogspot.com/2009/08/invisible-applet.html
http://forums.sun.com/thread.jspa?threadID=5434324
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4406607
http://forums.devshed.com/java-help-9/saving-file-into-local-disc-using-applet-613357.html
http://lwjgl.org/forum/index.php?action=printpage;topic=3186.0
http://stackoverflow.com/questions/1068271/signed-applet-gives-accesscontrolexception-access-denied-when-calling-from-java
http://www.snowbound.com/tech_tips/g_security_applet_java.html
http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessController.html