Name

appletviewer - The Java Applet Viewer.

The f3appletviewer command allows you to run applets outside of a web browser.

SYNOPSIS

f4appletviewer f2[ f2options f2] f2urls ...

DESCRIPTION

The f3appletviewer command connects to the documents or resources designated by f2urls and displays each applet referenced by the documents in its own window. Note: if the documents referred to by f2urls do not reference any applets with the f2OBJECT, f2EMBED, or f2APPLET tag, then f3appletviewer does nothing. For details on the HTML tags that f3appletviewer supports, see

f2AppletViewer Tags @

http://docs.oracle.com/javase/7/docs/technotes/tools/appletviewertags.html.

f3Note: The f3appletviewer is intended for development purposes only. See About Sample / Test Applications and Code for more information.

f3Note: The f3appletviewer requires encoded URLs according to the escaping mechanism defined in RFC 2396. Only encoded URLs are supported. However, file names must be unencoded, as specified in RFC 2396.

OPTIONS

-debug Starts the applet viewer in the Java debugger, jdb(1), thus allowing you to debug the applets in the document.

-encoding    encoding name Specify the input HTML file encoding name.

-Jjavaoption Passes through the string f2javaoption 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 f3-J, which is stripped. This is useful for adjusting the compiler's execution environment or memory usage.