Advertisement
Guest User

err

a guest
Jun 13th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. debian@debian-imx6:~$ java -cp $JAVA_HOME;$PWD/OSBuddy.jar com.osbuddy.loader.Loader
  2. Error: -cp requires class path specification
  3. Usage: java [-options] class [args...]
  4. (to execute a class)
  5. or java [-options] -jar jarfile [args...]
  6. (to execute a jar file)
  7. where options include:
  8. -d32 use a 32-bit data model if available
  9. -d64 use a 64-bit data model if available
  10. -server to select the "server" VM
  11. -jamvm to select the "jamvm" VM
  12. -avian to select the "avian" VM
  13. -dcevm to select the "dcevm" VM
  14. -zero is a synonym for the "server" VM [deprecated]
  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 | -no-jre-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://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  53. bash: /home/debian/OSBuddy.jar: No such file or directory
  54. debian@debian-imx6:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement