Advertisement
programmingjob

Untitled

Jul 30th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. root@recorder:/home/rec/recorder# java -cp lib/org.json-20120521.jar;lib/mysql-connector-java-5.1.17.jar -jar Recorder.jar
  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. lib/mysql-connector-java-5.1.17.jar: line 1: $'PK\003\004': command not found
  55. lib/mysql-connector-java-5.1.17.jar: line 2: META-INF/▒▒PK: No such file or directory
  56. lib/mysql-connector-java-5.1.17.jar: line 3: syntax error near unexpected token `)'
  57. lib/mysql-connector-java-5.1.17.jar: line 3: ▒▒>U=ڵ▒▒META-INF/MANIFEST.MF▒UKs▒0▒{▒▒Aå͌Q▒$▒)▒▒▒▒▒▒▒%▒▒▒▒▒ÑߕclCrkw▒o▒▒N▒▒sf]▒73▒k5D}܋▒U▒<▒.(oq?▒F▒Dz▒▒▒▒▒▒ޟ4▒▒z▒q▒Rh©▒vk▒▒▒Wq▒▒▒{▒▒▒"ck/S▒`▒Ge▒
  58. Q+▒▒ bmA▒b▒p▒▒▒q▒▒#▒5 ?▒▒▒z2|▒
  59. ▒▒f4▒▒l'j▒▒Eɚ▒▒▒Vδ▒tGL▒▒!
  60. root@recorder:/home/rec/recorder# PuTTYPuTTY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement