pappletviewer - The PersonalJava Applet Viewer

Synopsis

pappletviewer [ options ] URL ...
pappletviewer_g [ options ] URL ...

Description

pappletviewer is a test program for loading applets. It reads the input HTML file URL, parses the first <APPLET> tag while ignoring all other HTML tags, and then loads and executes the corresponding applet.

Options

-debug
Starts the applet viewer in the Java debugger, jdb, for debugging applets.

-encoding    encoding_name
Specify the character encoding to be used for parsing the HTML file. The applet itself will use the character encoding of the locale of the environment.

See Also