Advertisement
AnnaOwO

Untitled

Jul 30th, 2019
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>java
  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.  
  12. -cp <class search path of directories and zip/jar files>
  13. -classpath <class search path of directories and zip/jar files>
  14. A ; separated list of directories, JAR archives,
  15. and ZIP archives to search for class files.
  16. -D<name>=<value>
  17. set a system property
  18. -verbose:[class|gc|jni]
  19. enable verbose output
  20. -version print product version and exit
  21. -version:<value>
  22. Warning: this feature is deprecated and will be removed
  23. in a future release.
  24. require the specified version to run
  25. -showversion print product version and continue
  26. -jre-restrict-search | -no-jre-restrict-search
  27. Warning: this feature is deprecated and will be removed
  28. in a future release.
  29. include/exclude user private JREs in the version search
  30. -? -help print this help message
  31. -X print help on non-standard options
  32. -ea[:<packagename>...|:<classname>]
  33. -enableassertions[:<packagename>...|:<classname>]
  34. enable assertions with specified granularity
  35. -da[:<packagename>...|:<classname>]
  36. -disableassertions[:<packagename>...|:<classname>]
  37. disable assertions with specified granularity
  38. -esa | -enablesystemassertions
  39. enable system assertions
  40. -dsa | -disablesystemassertions
  41. disable system assertions
  42. -agentlib:<libname>[=<options>]
  43. load native agent library <libname>, e.g. -agentlib:hprof
  44. see also, -agentlib:jdwp=help and -agentlib:hprof=help
  45. -agentpath:<pathname>[=<options>]
  46. load native agent library by full pathname
  47. -javaagent:<jarpath>[=<options>]
  48. load Java programming language agent, see java.lang.instrument
  49. -splash:<imagepath>
  50. show splash screen with specified image
  51. See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  52.  
  53. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-server
  54. '-server' is not recognized as an internal or external command,
  55. operable program or batch file.
  56.  
  57. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:+UseG1GC
  58. The filename, directory name, or volume label syntax is incorrect.
  59.  
  60. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-Xmx16G
  61. '-Xmx16G' is not recognized as an internal or external command,
  62. operable program or batch file.
  63.  
  64. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-Xms16G
  65. '-Xms16G' is not recognized as an internal or external command,
  66. operable program or batch file.
  67.  
  68. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-Dsun.rmi.dgc.server.gcInterval=2147483646
  69. '-Dsun.rmi.dgc.server.gcInterval' is not recognized as an internal or external command,
  70. operable program or batch file.
  71.  
  72. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:+UnlockExperimentalVMOptions
  73. The filename, directory name, or volume label syntax is incorrect.
  74.  
  75. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:G1NewSizePercent=20
  76. The filename, directory name, or volume label syntax is incorrect.
  77.  
  78. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:G1ReservePercent=20
  79. The filename, directory name, or volume label syntax is incorrect.
  80.  
  81. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:MaxGCPauseMillis=50
  82. The filename, directory name, or volume label syntax is incorrect.
  83.  
  84. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:G1HeapRegionSize=32M
  85. The filename, directory name, or volume label syntax is incorrect.
  86.  
  87. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:+UseConcMarkSweepGC
  88. The filename, directory name, or volume label syntax is incorrect.
  89.  
  90. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:+UseParNewGC
  91. The filename, directory name, or volume label syntax is incorrect.
  92.  
  93. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:+CMSIncrementalPacing
  94. The filename, directory name, or volume label syntax is incorrect.
  95.  
  96. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-XX:ParallelGCThreads=2
  97. The filename, directory name, or volume label syntax is incorrect.
  98.  
  99. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-jar forge-1.12.2-14.23.5.2838-universal.jar
  100. '-jar' is not recognized as an internal or external command,
  101. operable program or batch file.
  102.  
  103. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>-nogui
  104. '-nogui' is not recognized as an internal or external command,
  105. operable program or batch file.
  106.  
  107. C:\Users\compu\Desktop\Folder\Servers\Files\Eternus>pause
  108. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement