1GAPPLETVIEWER(1) GNU GAPPLETVIEWER(1)
2
3
4
6 gappletviewer - Load and runs an applet
7
9 appletviewer [OPTION]... URL...
10
11 appletviewer [OPTION]... -code CODE
12
13 appletviewer [OPTION]... -plugin INPUT,OUTPUT
14
16 The appletviewer tool loads and runs an applet.
17
18 Use the first form to test applets specified by tag. The URL should
19 resolve to an HTML document from which the appletviewer will extract
20 applet tags. The APPLET, EMBED and OBJECT tags are supported. If a
21 given document contains multiple applet tags, all the applets will be
22 loaded, with each applet appearing in its own window. Likewise, when
23 multiple URLs are specified, each applet tag instance is given its own
24 window. If a given document contains no recognized tags the
25 appletviewer does nothing.
26
27 appletviewer http://www.gnu.org/software/classpath/
28
29 Use the second form to test an applet in development. This form allows
30 applet tag attributes to be supplied on the command line. Only one
31 applet may be specified using the -code option. The -code option over‐
32 rides the URL form -- any URLs specified will be ignored.
33
34 appletviewer -code Test.class -param datafile,data.txt
35
36 gcjwebplugin uses the third form to communicate with the appletviewer
37 through named pipes.
38
40 URL OPTIONS
41
42 -debug
43 This option is not yet implemented but is provided for compatibil‐
44 ity.
45
46 -encoding CHARSET
47 Use this option to specify an alternate character encoding for the
48 specified HTML page.
49
50 APPLET TAG OPTIONS
51
52 -code CODE
53 Use the -code option to specify the value of the applet tag CODE
54 attribute.
55
56 -codebase CODEBASE
57 Use the -codebase option to specify the value of the applet tag
58 CODEBASE attribute.
59
60 -archive ARCHIVE
61 Use the -archive option to specify the value of the applet tag AR‐
62 CHIVE attribute.
63
64 -width WIDTH
65 Use the -width option to specify the value of the applet tag WIDTH
66 attribute.
67
68 -height HEIGHT
69 Use the -height option to specify the value of the applet tag
70 HEIGHT attribute.
71
72 -param NAME,VALUE
73 Use the -param option to specify values for the NAME and VALUE
74 attributes of an applet PARAM tag.
75
76 PLUGIN OPTION
77
78 -plugin INPUT,OUTPUT
79 gcjwebplugin uses the -plugin option to specify the named pipe the
80 appletviewer should use for receiving commands (INPUT) and the one
81 it should use for sending commands to gcjwebplugin (OUTPUT).
82
83 DEBUGGING OPTION
84
85 -verbose
86 Use the -verbose option to have the appletviewer print debugging
87 messages.
88
89 STANDARD OPTIONS
90
91 -help
92 Use the -help option to have the appletviewer print a usage mes‐
93 sage, then exit.
94
95 -version
96 Use the -version option to have the appletviewer print its version,
97 then exit.
98
99 -JOPTION
100 Use the -J option to pass OPTION to the virtual machine that will
101 run the appletviewer. Unlike other options, there must not be a
102 space between the -J and OPTION.
103
105gcc-4.1.2 2007-09-25 GAPPLETVIEWER(1)