gappletviewer(1)


NAME

   gappletviewer - Load and runs an applet

SYNOPSIS

   appletviewer [OPTION]... URL...

   appletviewer [OPTION]... -code CODE

   appletviewer [OPTION]... -plugin INPUT,OUTPUT

DESCRIPTION

   The appletviewer tool loads and runs an applet.

   Use the first form to test applets specified by tag.  The URL should
   resolve to an HTML document from which the appletviewer will extract
   applet tags.  The APPLET, EMBED and OBJECT tags are supported.  If a
   given document contains multiple applet tags, all the applets will be
   loaded, with each applet appearing in its own window.  Likewise, when
   multiple URLs are specified, each applet tag instance is given its own
   window.  If a given document contains no recognized tags the
   appletviewer does nothing.

           appletviewer http://www.gnu.org/software/classpath/

   Use the second form to test an applet in development.  This form allows
   applet tag attributes to be supplied on the command line.  Only one
   applet may be specified using the -code option.  The -code option
   overrides the URL form -- any URLs specified will be ignored.

           appletviewer -code Test.class -param datafile,data.txt

   gcjwebplugin uses the third form to communicate with the appletviewer
   through named pipes.

OPTIONS

   URL OPTIONS

   -debug
       This option is not yet implemented but is provided for
       compatibility.

   -encoding CHARSET
       Use this option to specify an alternate character encoding for the
       specified HTML page.

   APPLET TAG OPTIONS

   -code CODE
       Use the -code option to specify the value of the applet tag CODE
       attribute.

   -codebase CODEBASE
       Use the -codebase option to specify the value of the applet tag
       CODEBASE attribute.

   -archive ARCHIVE
       Use the -archive option to specify the value of the applet tag
       ARCHIVE attribute.

   -width WIDTH
       Use the -width option to specify the value of the applet tag WIDTH
       attribute.

   -height HEIGHT
       Use the -height option to specify the value of the applet tag
       HEIGHT attribute.

   -param NAME,VALUE
       Use the -param option to specify values for the NAME and VALUE
       attributes of an applet PARAM tag.

   PLUGIN OPTION

   -plugin INPUT,OUTPUT
       gcjwebplugin uses the -plugin option to specify the named pipe the
       appletviewer should use for receiving commands (INPUT) and the one
       it should use for sending commands to gcjwebplugin (OUTPUT).

   DEBUGGING OPTION

   -verbose
       Use the -verbose option to have the appletviewer print debugging
       messages.

   STANDARD OPTIONS

   -help
       Use the -help option to have the appletviewer print a usage
       message, then exit.

   -version
       Use the -version option to have the appletviewer print its version,
       then exit.

   -JOPTION
       Use the -J option to pass OPTION to the virtual machine that will
       run the appletviewer.  Unlike other options, there must not be a
       space between the -J and OPTION.

BUGS

SEE ALSO

AUTHOR



		    

More Linux Commands

manpages/curl_multi_perform.3.html
curl_multi_perform(3) - reads/writes available data from eac
When the app thinks theres data available for the multi_handle, it should call this function to read/write whatever there is to read or write right now. curl_mu

manpages/slk_attrset_sp.3ncurses.html
slk_attrset_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/Win32::DBIODBC.3pm.html
Win32::DBIODBC(3pm) - Win32::ODBC emulation layer for the DB
This is a very basic very alpha quality Win32::ODBC emulation for the DBI . To use it just replace use Win32::ODBC; in your scripts with use Win32::DBIODBC; or,

manpages/mcedit.1.html
mcedit(1) - Internal file editor of GNU Midnight Commander.
mcedit is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal editor and op

manpages/mandb.8.html
mandb(8) - create or update the manual page index caches....
mandb is used to initialise or manually update index database caches that are usually maintained by man. The caches contain information relevant to the current

manpages/splain.1.html
splain(1) - produce verbose warning diagnostics (Man Page)
splain.1 - The diagnostics Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter (from running pe

manpages/setgrent.3.html
setgrent(3) - get group file entry - Linux manual page......
The getgrent() function returns a pointer to a structure containing the broken-out fields of a record in the group database (e.g., the local group file /etc/gro

manpages/gnutls_handshake_get_last_out.3.html
gnutls_handshake_get_last_out(3) - API function (Man Page)
gnutls_handshake_get_last_out.3 - This function is only useful to check where the last performed handshake failed. If the previous handshake succeed or was not

manpages/isxdigit_l.3.html
isxdigit_l(3) character classification functions (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

manpages/curl_share_setopt.3.html
curl_share_setopt(3) - Set options for a shared object......
Set the option to parameter for the given share. OPTIONS CURLSHOPT_LOCKFUNC The parameter must be a pointer to a function matching the following prototype: void

manpages/gnutls_pubkey_set_key_usage.3.html
gnutls_pubkey_set_key_usage(3) - API function (Man Page)....
This function will set the key usage flags of the public key. This is only useful if the key is to be exported to a certificate or certificate request. RETURNS

manpages/get_module_node.3.html
get_module_node(3) - netsnmp_mib_api functions (Man Page)...
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc





We can't live, work or learn in freedom unless the software we use is free.