jdk/src/solaris/doc/sun/man/man1/appletviewer.1
changeset 9573 c02ff5a7c67b
parent 5865 47da38a8c0f0
child 21743 3d979da7bdf0
equal deleted inserted replaced
9572:6f64c69a7574 9573:c02ff5a7c67b
     1 ." Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     1 ." Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 ."
     3 ."
     4 ." This code is free software; you can redistribute it and/or modify it
     4 ." This code is free software; you can redistribute it and/or modify it
     5 ." under the terms of the GNU General Public License version 2 only, as
     5 ." under the terms of the GNU General Public License version 2 only, as
     6 ." published by the Free Software Foundation.
     6 ." published by the Free Software Foundation.
    17 ."
    17 ."
    18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19 ." or visit www.oracle.com if you need additional information or have any
    19 ." or visit www.oracle.com if you need additional information or have any
    20 ." questions.
    20 ." questions.
    21 ."
    21 ."
    22 .TH appletviewer 1 "02 Jun 2010"
    22 .TH appletviewer 1 "10 May 2011"
    23 
    23 
    24 .LP
    24 .LP
    25 .SH "Name"
    25 .SH "Name"
    26 appletviewer \- The Java Applet Viewer.
    26 appletviewer \- The Java Applet Viewer.
    27 .LP
    27 .LP
    28 .RS 3
       
    29 
       
    30 .LP
       
    31 .LP
    28 .LP
    32 The \f3appletviewer\fP command allows you to run applets outside of a web browser.
    29 The \f3appletviewer\fP command allows you to run applets outside of a web browser.
    33 .LP
    30 .LP
    34 .RE
       
    35 .SH "SYNOPSIS"
    31 .SH "SYNOPSIS"
    36 .LP
       
    37 
       
    38 .LP
    32 .LP
    39 .LP
    33 .LP
    40 \f4appletviewer\fP \f2[\fP \f2options\fP \f2] \fP\f2urls\fP ...
    34 \f4appletviewer\fP \f2[\fP \f2options\fP \f2] \fP\f2urls\fP ...
    41 .LP
    35 .LP
    42 .SH "DESCRIPTION"
    36 .SH "DESCRIPTION"
    43 .LP
    37 .LP
    44 
       
    45 .LP
       
    46 .LP
    38 .LP
    47 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 
    39 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 
    48 .na
    40 .na
    49 \f2AppletViewer Tags\fP @
    41 \f2AppletViewer Tags\fP @
    50 .fi
    42 .fi
    51 http://java.sun.com/javase/6/docs/technotes/tools/appletviewertags.html.
    43 http://download.oracle.com/javase/7/docs/technotes/tools/appletviewertags.html.
    52 .LP
    44 .LP
    53 .LP
    45 .LP
    54 \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.
    46 \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.
    55 .LP
    47 .LP
    56 .SH "OPTIONS"
    48 .SH "OPTIONS"
    57 .LP
       
    58 
       
    59 .LP
    49 .LP
    60 .RS 3
    50 .RS 3
    61 .TP 3
    51 .TP 3
    62 \-debug 
    52 \-debug 
    63 Starts the applet viewer in the Java debugger, jdb(1), thus allowing you to debug the applets in the document. 
    53 Starts the applet viewer in the Java debugger, jdb(1), thus allowing you to debug the applets in the document.