{
    "mode": "man",
    "parameter": "appletviewer",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/appletviewer/1/json",
    "generated": "2026-06-15T18:52:54Z",
    "synopsis": "appletviewer [options] url...\noptions\nThe command-line options separated by spaces. See Options.\nurl    The location of the documents or resources to be displayed. You can specify multiple\nURLs separated by spaces.",
    "sections": {
        "NAME": {
            "content": "appletviewer - Runs applets outside of a web browser.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "appletviewer [options] url...\n\n\noptions\nThe command-line options separated by spaces. See Options.\n\nurl    The location of the documents or resources to be displayed. You can specify multiple\nURLs separated by spaces.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The appletviewer command connects to the documents or resources designated by urls and\ndisplays each applet referenced by the documents in its own window. If the documents referred\nto by urls do not reference any applets with the OBJECT, EMBED, or APPLET tag, then the\nappletviewer command does nothing. For details about the HTML tags that the appletviewer\ncommand supports, see AppletViewer Tags at\nhttp://docs.oracle.com/javase/8/docs/technotes/tools/appletviewertags.html\n\nThe appletviewer command requires encoded URLs according to the escaping mechanism defined in\nRFC2396. Only encoded URLs are supported. However, file names must be unencoded, as specified\nin RFC2396.\n\nNote: The appletviewer command is intended for development purposes only. For more\ninformation, see About Sample/Test Applications and Code at\nhttp://docs.oracle.com/javase/8/docs/technotes/samples/aboutCodeSamples.html\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "-debug",
                    "content": "Starts the Applet Viewer in the Java debugger with the jdb command to debug the\napplets in the document.\n\n-encoding encoding-name\nSpecifies the input HTML file encoding name.\n"
                },
                {
                    "name": "-J_javaoption_",
                    "content": "Passes the string javaoption as a single argument to the Java interpreter, which runs\nthe Applet Viewer. The argument should not contain spaces. Multiple argument words\nmust all begin with the prefix -J. This is useful for adjusting the compiler's\nexecution environment or memory usage.\n\nJDK 8                                     21 November 2013                           appletviewer(1)"
                }
            ]
        }
    },
    "summary": "appletviewer - Runs applets outside of a web browser.",
    "flags": [
        {
            "flag": "",
            "long": null,
            "arg": null,
            "description": "Starts the Applet Viewer in the Java debugger with the jdb command to debug the applets in the document. -encoding encoding-name Specifies the input HTML file encoding name."
        },
        {
            "flag": "",
            "long": null,
            "arg": null,
            "description": "Passes the string javaoption 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 -J. This is useful for adjusting the compiler's execution environment or memory usage. JDK 8 21 November 2013 appletviewer(1)"
        }
    ],
    "examples": [],
    "see_also": []
}