Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| options | |
| Command-line options, as specified in this document. | |
| classnames | |
| One or more class names. | |
| Tag | Description |
|---|---|
| -classpath <directories and zip/jar files separated by:> | |
| Set search path for application classes and resources. | |
| -show | Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. |
| J option |
Pass
option to the Java virtual machine, where
option is one of the options described on the man page for the
java application launcher, java(1). For example,
-J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for
-J to pass options to the underlying virtual machine.
|
| Tag | Description |
|---|---|
| java.io.ObjectStreamClass @ | |
| http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html | |
Copyright © tutorialspoint.com