Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. $ java -cp runtime/*;libs/* kaddy.KaddyBot
  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. The default VM is server,
  11. because you are running on a server-class machine.
  12.  
  13.  
  14. -cp <class search path of directories and zip/jar files>
  15. -classpath <class search path of directories and zip/jar files>
  16. A : separated list of directories, JAR archives,
  17. and ZIP archives to search for class files.
  18. -D<name>=<value>
  19. set a system property
  20. -verbose:[class|gc|jni]
  21. enable verbose output
  22. -version print product version and exit
  23. -version:<value>
  24. Warning: this feature is deprecated and will be removed
  25. in a future release.
  26. require the specified version to run
  27. -showversion print product version and continue
  28. -jre-restrict-search | -no-jre-restrict-search
  29. Warning: this feature is deprecated and will be removed
  30. in a future release.
  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. libs/annotations-13.0.jar: line 1: $'PK\003\004': command not found
  55. libs/annotations-13.0.jar: line 2: $'R\201\221C': command not found
  56. libs/annotations-13.0.jar: line 3: $'\023\313R\363x\271\234J3sJ\300\342Y\251%IE\211\231y\305\020\301\024]\257\224l\220\rfz\006\361f\246\274\274PK\003\004': command not found
  57. libs/annotations-13.0.jar: line 4: QCorg/PK: No such file or directory
  58. org/intellij/PK: No such file or directory
  59. libs/annotations-13.0.jar: line 6: QCorg/intellij/lang/PK: No such file or directory
  60. libs/annotations-13.0.jar: line 7: QCorg/intellij/lang/annotations/PK: No such file or directory
  61. libs/annotations-13.0.jar: line 8: QCorg/jetbrains/PK: No such file or directory
  62. libs/annotations-13.0.jar: line 9: QCorg/jetbrains/annotations/PK: No such file or directory
  63. libs/annotations-13.0.jar: line 10: syntax error near unexpected token `$'org/intellij/lang/annotations/Flow.class\215R[s\322@\024''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement