jdk/src/linux/doc/man/appletviewer.1
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     1 .'" t
       
     2 ."
       
     3 ." Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
       
     4 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     5 ."
       
     6 ." This code is free software; you can redistribute it and/or modify it
       
     7 ." under the terms of the GNU General Public License version 2 only, as
       
     8 ." published by the Free Software Foundation.
       
     9 ."
       
    10 ." This code is distributed in the hope that it will be useful, but WITHOUT
       
    11 ." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    12 ." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    13 ." version 2 for more details (a copy is included in the LICENSE file that
       
    14 ." accompanied this code).
       
    15 ."
       
    16 ." You should have received a copy of the GNU General Public License version
       
    17 ." 2 along with this work; if not, write to the Free Software Foundation,
       
    18 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    19 ."
       
    20 ." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    21 ." CA 95054 USA or visit www.sun.com if you need additional information or
       
    22 ." have any questions.
       
    23 ." 
       
    24 ." `
       
    25 .TH appletviewer 1 "05 Aug 2006"
       
    26 ." Generated by html2roff
       
    27 
       
    28 .LP
       
    29 .SH NAME
       
    30 appletviewer \- The Java Applet Viewer
       
    31 .LP
       
    32 
       
    33 .LP
       
    34 .LP
       
    35 The \f3appletviewer\fP command allows you to run applets outside of a web browser.
       
    36 .LP
       
    37 .SH "SYNOPSIS"
       
    38 .LP
       
    39 
       
    40 .LP
       
    41 .LP
       
    42 \f4appletviewer\fP \f2[\fP \f2options\fP \f2] \fP\f2urls\fP ...
       
    43 .LP
       
    44 .SH "DESCRIPTION"
       
    45 .LP
       
    46 
       
    47 .LP
       
    48 .LP
       
    49 The \f3appletviewer\fP command connects to the documents or resources designated by \f2urls\fP and displays each applet referenced by the documents in its own window. Note: if the documents referred to by \f2urls\fP do not reference any applets with the \f2OBJECT\fP, \f2EMBED\fP, or \f2APPLET\fP tag, then \f3appletviewer\fP does nothing. For details on the HTML tags that \f3appletviewer\fP supports, see 
       
    50 .na
       
    51 \f2AppletViewer Tags\fP @
       
    52 .fi
       
    53 http://java.sun.com/javase/6/docs/technotes/tools/appletviewertags.html.
       
    54 .LP
       
    55 .LP
       
    56 \f3Note:\fP The \f3appletviewer\fP 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.
       
    57 .LP
       
    58 .SH "OPTIONS"
       
    59 .LP
       
    60 
       
    61 .LP
       
    62 .TP 3
       
    63 \-debug 
       
    64 Starts the applet viewer in the Java debugger, \f3jdb\fP, thus allowing you to debug the applets in the document. 
       
    65 .TP 3
       
    66 \-encoding \  \ encoding name 
       
    67 Specify the input HTML file encoding name. 
       
    68 .TP 3
       
    69 \-Jjavaoption 
       
    70 Passes through the string \f2javaoption\fP 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\fP, which is stripped. This is useful for adjusting the compiler's execution environment or memory usage. 
       
    71 .LP
       
    72 .LP
       
    73 
       
    74 .LP
       
    75 
       
    76 .LP
       
    77