Ignore:
Timestamp:
Sep 24, 2014, 9:34:21 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/netx/javaws.1

    r348 r429  
    22.SH NAME
    33javaws - a Java Web Start client
    4 .SH SYNOPSYS
     4.SH SYNOPSIS
    55.B javaws
    66[-run-options] jnlp-file
     
    3535.TP 12
    3636\-about
    37 Shows a sample application that can be used to test the basic functionality
    38 of this implementation.
     37Shows about dialog.
    3938.TP
    4039\-viewer
     
    5049In the default mode, the following run-options can be used:
    5150.TP 12
    52 \-basedir dir
    53 Directory where the cache and certificates to be used are stored.
     51\-version
     52Prints out version and exit
    5453.TP
    5554\-arg arg
     
    8685to abort.
    8786.TP
    88 \-umask=value
    89 Sets the umask for files created by an application.
     87\-xml
     88The jnlp files will be checked more strictly for XML validity
     89.TP
     90\-allowredirect
     91Allow to follow 301, 302, 303, 307 and 308 redirections for javaws
     92applications
    9093.TP
    9194\-Xnofork
    9295Do not create another JVM, even if the JNLP file asks for running in
    9396a separate JVM. This is useful for debugging.
     97.TP
     98\-Xclearcache
     99Clean the JNLP application cache.
     100.TP
     101\-Xignoreheaders
     102Skip jar header verification.
    94103.TP
    95104\-Jjava-option
     
    102111
    103112.SH FILES
    104 ~/.icedtea/deployment.properties specifies the settings used by javaws
     113$XDG_CONFIG_DIR/icedtea-web/deployment.properties specifies the settings used by javaws
     114
     115$XDG_CONFIG_DIR/icedtea-web/log (may be set to different location by you) contains file log files (if enabled).
     116itw-cplugin-date_time.log for native part of plugin, itw-javantx-date_time.log for everything else.
     117
     118$XDG_CONFIG_DIR/icedtea-web/security/java.policy contains granted permissions for selected unsigned apps
     119
     120$XDG_CONFIG_DIR/icedtea-web/security/trusted.*certs contains various stored certificates
     121
     122$XDG_CACHE_DIR/icedtea-web/cache contains cached runtime entries (amy be changed by you)
     123
     124$XDG_CACHE_DIR/icedtea-web/pcache contains saved application data
     125
     126$XDG_CACHE_DIR/icedtea-web/tmp contains temporary runtime files
     127
     128$XDG_RUNTIME_DIR/icedteaplugin-user-*/ contains in and out pipe for native<->java communication and
     129(if enabled) debugging pipe
     130
     131Where $XDG_CONFIG_DIR, $XDG_CACHE_DIR and $XDG_RUNTIME_DIR are set as ~/.config, ~/.cache and /tmp or /var/tmp if not set.
    105132
    106133.SH BUGS
     
    108135    http://icedtea.classpath.org/bugzilla/
    109136.br
    110 Please run javaws in verbose mode and include that output along
    111 with the jnlp file when filing out the bug report.
     137Please run javaws in debug (-verbose switch or itw-settings setting or ICEDTEAPLUGIN_DEBUG variable set to true)
     138mode and include that output (best is from java console) with URL to jnlp or html file
     139(ot the jnlp/html file or application itself)  when filing out the bug report.
    112140
    113141.SH AUTHOR
    114142Originally written by Jon. A. Maxwell.
    115143.br
    116 Currently maintained by the IcedTea contributors.
     144Currently maintained by the IcedTea contributors. See javaws -about for more info
    117145
    118146.SH SEE ALSO
    119147.BR java (1)
    120148.br
    121 http://icedtea.classpath.org/
    122 .br
    123 http://jnlp.sourceforge.net/netx/
     149http://icedtea.classpath.org/wiki/IcedTea-Web
Note: See TracChangeset for help on using the changeset viewer.