jre — Java Runtime Interpreter
Synopsis
/usr/java/bin/jre [-classpath path(s)][-cp path(s)] [-DpropertyName=newValue][-help] [-msx][-mxx][-noasyncgc] [-noclassgc][-nojit][-noverify][-ossx][-ssx][-v | -verbose] [-verbosegc][-verify][-verifyremote] classname args
Description
The jre command executes Java class files. The classname argument is the name of the class to be executed. Any arguments to be passed to the class must be placed after the classname on the command line.
Options
-classpath path (s) | Specify the path or paths that jre uses to look up classes. Override the default or the CLASSPATH environment variable if it is set. If you specify more than one path, separate the paths with colons. Each path should end with the directory ... |
Get Solaris™ 7 Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.