JDK Tools

Contents:
appletviewer
jar
java
javac
javadoc
javah
javakey
javap
jdb
native2ascii
serialver

appletviewer

Name

appletviewer---The Java Applet Viewer

Availability

JDK 1.0 and later.

Synopsis

appletviewer [-debug] [-Jjavaoption] [-encoding enc] url|file... 

Description

appletviewer reads or downloads one or more HTML documents specified by filename or URL on the command line. It reads or downloads all the applets referenced in each document and displays them, each in their own window. If none of the named documents has an <APPLET> tag, appletviewer does nothing.

Options

Commands

The window displayed by appletviewer contains a single Applet menu, with the following commands available:

Properties

When it starts up, appletviewer reads property definitions from the file ~/.hotjava/properties (UNIX) or the .hotjava\properties file relative to the HOME environment variable (Windows). These properties are stored in the system properties list and are used to specify the various error and status messages the applet viewer displays, as well as its security policies and use of proxy servers. The properties that affect security and proxies are described below.

Security

The following properties specify the security restrictions that appletviewer places on untrusted applets:

Proxies

appletviewer uses the following properties to configure its use of firewall and caching proxy servers:

Environment

See Also

java, javac, jdb