ilople.javajvm.1.1.source-code.usage.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javajvm Show documentation
Show all versions of javajvm Show documentation
Use Java to Implement JVM
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.