Advertisement
parkerlreed

Untitled

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