Java Applet Viewer - Disable Security Manager -


I am using an applet and I just do not want to sign it, so how can I disable security manager Am apple apple viewer?

In this way I can work fast :)

Appletviewer -J "-Djava.security.policy = all.policy" type file .html

to


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -