Reputation: 18200
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. :)
Upvotes: 2
Views: 3034
Reputation: 21686
appletviewer -J"-Djava.security.policy=all.policy"
writeFile.html
From http://java.sun.com/developer/technicalArticles/Security/applets/
Upvotes: 5