All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ilople.javajvm.1.1.source-code.usage.txt Maven / Gradle / Ivy

The newest version!
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
where options include:
    -cp -classpath  
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -version      print product version and exit
    -? -help      print this help message
    -Xjre         java runtime environment, default value is System.getProperty("java.home")
See https://github.com/Anilople/javajvm for more details.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy