...
Code Block | ||
---|---|---|
| ||
java -Xverify:all ApplicationName |
Exceptions
ENV10-EX1: On Java 2 systems, classes loaded by the primordial class loader (that loads classes from the boot class path) are not required to perform bytecode verification.
...
...
Code Block | ||
---|---|---|
| ||
java -Xverify:all ApplicationName |
ENV10-EX1: On Java 2 systems, classes loaded by the primordial class loader (that loads classes from the boot class path) are not required to perform bytecode verification.
...