Changeset 429 for trunk/icedtea-web/netx/javaws.1
- Timestamp:
- Sep 24, 2014, 9:34:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/netx/javaws.1
r348 r429 2 2 .SH NAME 3 3 javaws - a Java Web Start client 4 .SH SYNOPS YS4 .SH SYNOPSIS 5 5 .B javaws 6 6 [-run-options] jnlp-file … … 35 35 .TP 12 36 36 \-about 37 Shows a sample application that can be used to test the basic functionality 38 of this implementation. 37 Shows about dialog. 39 38 .TP 40 39 \-viewer … … 50 49 In the default mode, the following run-options can be used: 51 50 .TP 12 52 \- basedir dir53 Directory where the cache and certificates to be used are stored. 51 \-version 52 Prints out version and exit 54 53 .TP 55 54 \-arg arg … … 86 85 to abort. 87 86 .TP 88 \-umask=value 89 Sets the umask for files created by an application. 87 \-xml 88 The jnlp files will be checked more strictly for XML validity 89 .TP 90 \-allowredirect 91 Allow to follow 301, 302, 303, 307 and 308 redirections for javaws 92 applications 90 93 .TP 91 94 \-Xnofork 92 95 Do not create another JVM, even if the JNLP file asks for running in 93 96 a separate JVM. This is useful for debugging. 97 .TP 98 \-Xclearcache 99 Clean the JNLP application cache. 100 .TP 101 \-Xignoreheaders 102 Skip jar header verification. 94 103 .TP 95 104 \-Jjava-option … … 102 111 103 112 .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). 116 itw-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 131 Where $XDG_CONFIG_DIR, $XDG_CACHE_DIR and $XDG_RUNTIME_DIR are set as ~/.config, ~/.cache and /tmp or /var/tmp if not set. 105 132 106 133 .SH BUGS … … 108 135 http://icedtea.classpath.org/bugzilla/ 109 136 .br 110 Please run javaws in verbose mode and include that output along 111 with the jnlp file when filing out the bug report. 137 Please run javaws in debug (-verbose switch or itw-settings setting or ICEDTEAPLUGIN_DEBUG variable set to true) 138 mode 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. 112 140 113 141 .SH AUTHOR 114 142 Originally written by Jon. A. Maxwell. 115 143 .br 116 Currently maintained by the IcedTea contributors. 144 Currently maintained by the IcedTea contributors. See javaws -about for more info 117 145 118 146 .SH SEE ALSO 119 147 .BR java (1) 120 148 .br 121 http://icedtea.classpath.org/ 122 .br 123 http://jnlp.sourceforge.net/netx/ 149 http://icedtea.classpath.org/wiki/IcedTea-Web
Note:
See TracChangeset
for help on using the changeset viewer.