'\" t .\" @(#)appletviewer.1 1.5 98/04/20 SMI; .\" Copyright (c) 1996 Sun Microsystems, Inc. .\" All Rights Reserved. .\" '\"macro stdmacro .\" .\" This document was created by saving an HTML file as text .\" from the JavaSoft web site: .\" .\" http://www.javasoft.com:80/products/jdk/1.1/docs/tooldocs/solaris/index.html .\" .\" and adding appropriate troff macros. Because the JavaSoft web site .\" man pages can change without notice, it may be helpful to diff .\" files to identify changes other than new functionality. .\" .TH appletviewer 1 "5 June 1997" .SH NAME appletviewer \- Java applet viewer .SH SYNOPSIS .BR appletviewer " [" .BR \-debug " ]" [ .BI \-encoding " encoding_name" ] .if n .ti +5n [ .BI \-J " javaoption" ] .I urls ... .SH DESCRIPTION .IX "appletviewer" "" "\fLappletviewer\fP \(em run applets" .IX "appletviewer" "" "\fLappletviewer\fP \(em Web browser" .PP The .B appletviewer command runs Java\(tm applets outside of the context of a World Wide Web browser. .LP The .B appletviewer command connects to the document(s) or resource(s) designated by .I urls and displays each applet referenced by that document in its own window. Please note that if the documents referred to by .I urls do not reference any applets with the .SB APPLET tag, .B appletviewer does nothing. .SH OPTIONS .TP 15 .B \-debug Starts the applet viewer in the Java debugger, which debugs applets in the document. (See .BR jdb (1).) .TP 15 .BI \-encoding " encoding_name" Specifies the input HTML file encoding name. .TP 15 .BI \-J " javaoption" Passes the string .I javaoption through as a single argument to .BR java (1) which runs the compiler. The argument should not contain spaces. Multiple argument words must all begin with the prefix .BR \-J , which is stripped. This is useful for adjusting the execution environment or compiler memory usage. .SH ATTRIBUTES See .BR attributes (5) for a description of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability SUNWjvrt .TE .SH SEE ALSO .BR java (1), .BR jdb (1), .BR attributes (5)