Advertisement
programmingjob

Untitled

Jul 30th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. rec@recorder:~/recorder$ java -cp org.json.jar;Recorder.jar app.Program
  2. Usage: java [-options] class [args...]
  3. (to execute a class)
  4. or java [-options] -jar jarfile [args...]
  5. (to execute a jar file)
  6. where options include:
  7. -d32 use a 32-bit data model if available
  8. -d64 use a 64-bit data model if available
  9. -server to select the "server" VM
  10. -zero to select the "zero" VM
  11. -jamvm to select the "jamvm" VM
  12. -avian to select the "avian" VM
  13. -dcevm to select the "dcevm" VM
  14. The default VM is server,
  15. because you are running on a server-class machine.
  16.  
  17.  
  18. -cp <class search path of directories and zip/jar files>
  19. -classpath <class search path of directories and zip/jar files>
  20. A : separated list of directories, JAR archives,
  21. and ZIP archives to search for class files.
  22. -D<name>=<value>
  23. set a system property
  24. -verbose:[class|gc|jni]
  25. enable verbose output
  26. -version print product version and exit
  27. -version:<value>
  28. require the specified version to run
  29. -showversion print product version and continue
  30. -jre-restrict-search | -no-jre-restrict-search
  31. include/exclude user private JREs in the version search
  32. -? -help print this help message
  33. -X print help on non-standard options
  34. -ea[:<packagename>...|:<classname>]
  35. -enableassertions[:<packagename>...|:<classname>]
  36. enable assertions with specified granularity
  37. -da[:<packagename>...|:<classname>]
  38. -disableassertions[:<packagename>...|:<classname>]
  39. disable assertions with specified granularity
  40. -esa | -enablesystemassertions
  41. enable system assertions
  42. -dsa | -disablesystemassertions
  43. disable system assertions
  44. -agentlib:<libname>[=<options>]
  45. load native agent library <libname>, e.g. -agentlib:hprof
  46. see also, -agentlib:jdwp=help and -agentlib:hprof=help
  47. -agentpath:<pathname>[=<options>]
  48. load native agent library by full pathname
  49. -javaagent:<jarpath>[=<options>]
  50. load Java programming language agent, see java.lang.instrument
  51. -splash:<imagepath>
  52. show splash screen with specified image
  53. See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  54. Recorder.jar: command not found
  55. rec@recorder:~/recorder$ ls
  56. Config.xml org.json.jar Recorder.jar save
  57. rec@recorder:~/recorder$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement