In another discussion, someone say something about run the java code on its own jvm, which ignores SecurityManager.
Is it possible? (and as easy as saying?)
In another discussion, someone say something about run the java code on its own jvm, which ignores SecurityManager.
Is it possible? (and as easy as saying?)
Google "java security policy" for directions on setting up the security policy for your own jvm. You can change the rules about which classes and methods are restricted. It doesn't "ignore" the SecurityManager, it allows you to modify the rules.