...
This noncompliant code example fails to install the security manager from the command line. Consequently, the program runs with all permissions enabled; eg. there is no security manager to restrict any nefarious actions the program might perform.
Code Block | ||
---|---|---|
| ||
java LocalJavaApp |
...