Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 19:40:06 -d64 use a 64-bit data model if available
  2. -server to select the "server" VM
  3. The default VM is server,
  4. because you are running on a server-class machine.
  5. -cp <class search path of directories and zip/jar files>
  6. -classpath <class search path of directories and zip/jar files>
  7. A : separated list of directories, JAR archives,
  8. and ZIP archives to search for class files.
  9. -D<name>=<value>
  10. set a system property
  11. -verbose:[class|gc|jni]
  12. enable verbose output
  13. -version print product version and exit
  14. -version:<value>
  15. require the specified version to run
  16. -showversion print product version and continue
  17. -jre-restrict-search | -no-jre-restrict-search
  18. include/exclude user private JREs in the version search
  19. -? -help print this help message
  20. -X print help on non-standard options
  21. -ea[:<packagename>...|:<classname>]
  22. -enableassertions[:<packagename>...|:<classname>]
  23. enable assertions with specified granularity
  24. -da[:<packagename>...|:<classname>]
  25. -disableassertions[:<packagename>...|:<classname>]
  26. disable assertions with specified granularity
  27. -esa | -enablesystemassertions
  28. enable system assertions
  29. -dsa | -disablesystemassertions
  30. disable system assertions
  31. -agentlib:<libname>[=<options>]
  32. load native agent library <libname>, e.g. -agentlib:hprof
  33. see also, -agentlib:jdwp=help and -agentlib:hprof=help
  34. -agentpath:<pathname>[=<options>]
  35. load native agent library by full pathname
  36. -javaagent:<jarpath>[=<options>]
  37. load Java programming language agent, see java.lang.instrument
  38. -splash:<imagepath>
  39. show splash screen with specified image
  40. See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement