I am using an applet and I don't want to sign it right now so how do I disable the security manager from the applet viewer?
That way I can work faster. :)
I am using an applet and I don't want to sign it right now so how do I disable the security manager from the applet viewer?
That way I can work faster. :)
appletviewer -J"-Djava.security.policy=all.policy"
writeFile.html
From http://java.sun.com/developer/technicalArticles/Security/applets/