t
Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation.

This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).

You should have received a copy of the GNU General Public License version
2 along with this work; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.

Arch: generic
Software: JDK 8
Date: 21 November 2013
SectDesc: Basic Tools
Title: appletviewer.1

appletviewer 1 "21 November 2013" "JDK 8" "Basic Tools"
-----------------------------------------------------------------
* Define some portability stuff
-----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://bugs.debian.org/507673
http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
disable justification (adjust text to left margin only)
-----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
NAME
appletviewer - Runs applets outside of a web browser.
SYNOPSIS
 

appletviewer [options] url...

options The command-line options separated by spaces. See Options.

url The location of the documents or resources to be displayed. You can specify multiple URLs separated by spaces.

DESCRIPTION
The \f3appletviewer command connects to the documents or resources designated by urls and displays each applet referenced by the documents in its own window. If the documents referred to by urls do not reference any applets with the \f3OBJECT, \f3EMBED, or \f3APPLET tag, then the \f3appletviewer command does nothing. For details about the HTML tags that the \f3appletviewer command supports, see AppletViewer Tags at http://docs.oracle.com/javase/8/docs/technotes/tools/appletviewertags.html

The \f3appletviewer command requires encoded URLs according to the escaping mechanism defined in RFC2396. Only encoded URLs are supported. However, file names must be unencoded, as specified in RFC2396.

Note: The \f3appletviewer command is intended for development purposes only. For more information, see About Sample/Test Applications and Code at http://docs.oracle.com/javase/8/docs/technotes/samples/aboutCodeSamples.html

OPTIONS

-debug

Starts the Applet Viewer in the Java debugger with the \f3jdb command to debug the applets in the document.

-encoding encoding-name

Specifies the input HTML file encoding name.

-Jjavaoption

Passes the string \f3javaoption as a single argument to the Java interpreter, which runs the Applet Viewer. The argument should not contain spaces. Multiple argument words must all begin with the prefix \f3-J. This is useful for adjusting the compiler's execution environment or memory usage.

'pl 8.5i 'bp