{
    "content": [
        {
            "type": "text",
            "text": "# appletviewer (man)\n\n## NAME\n\nappletviewer - Runs applets outside of a web browser.\n\n## SYNOPSIS\n\nappletviewer [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.\n\n## DESCRIPTION\n\nThe 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\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "appletviewer",
        "section": "",
        "mode": "man",
        "summary": "appletviewer - Runs applets outside of a web browser.",
        "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.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-debug",
                        "lines": 6
                    },
                    {
                        "name": "-J_javaoption_",
                        "lines": 6
                    }
                ]
            }
        ],
        "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)"
                    }
                ]
            }
        }
    }
}