Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| -debug | Starts the applet viewer in the Java debugger, jdb , thus allowing you to debug applets in the document. (See jdb(1).) |
| -encoding encoding_name | |
| Specifies the input HTML file encoding name. | |
| -J javaoption | |
| Passes the string javaoption through as a single argument to the Java interpreter which runs the appletviewer. The argument should not contain spaces. Multiple argument words must all begin with the prefix -J, which is stripped. This is useful for adjusting the compilers execution environment or compiler memory usage. | |
Copyright © tutorialspoint.com