Disable Java bytecode verification to speedup app startup time
java -jar -Xverify:none MyApp
For security reasons this is highly discouraged in production systems and should be used in development environments only (if at all).
...technologies to release ideas — a loxal services powered blog
java -jar -Xverify:none MyApp
Comments
Post a Comment