source: trunk/icedtea-web/netx/javaws.1@ 386

Last change on this file since 386 was 348, checked in by dmik, 13 years ago

vendor: Add icedtea-web v1.1.2 to current.

File size: 2.9 KB
Line 
1.TH javaws 1 "9 Sep 2010"
2.SH NAME
3javaws - a Java Web Start client
4.SH SYNOPSYS
5.B javaws
6[-run-options] jnlp-file
7.br
8.B javaws
9[-control-option]
10.SH DESCRIPTION
11.B javaws
12is an implementation of a JNLP client. It uses a JNLP (Java Network
13Launch Protocol) file to securely run a remote Java application or
14a Java applet. This implementation of
15.B javaws
16is from the IcedTea project and is based on the NetX project.
17.PP
18A JNLP file is an xml file that describes how to securely run a
19remote Java application or a Java applet.
20
21.SH OPTIONS
22When specifying options, the name of the jnlp file must be the last
23argument to
24.B javaws
25- all the options must preceede it.
26.PP
27The jnlp-file can either be a url or a local path.
28.PP
29.B Control Options
30.PP
31By default
32.B javaws
33will launch the jnlp file specified on the command line. The control
34options can be used to change this behaviour.
35.TP 12
36\-about
37Shows a sample application that can be used to test the basic functionality
38of this implementation.
39.TP
40\-viewer
41Shows the trusted certificate viewer. This allows a user to list, examine, remove
42or export trusted certificates. Note that this only reflects the certificates
43trusted by
44.B javaws
45and not any other certificates or programs.
46
47.PP
48.B Run Options
49.PP
50In the default mode, the following run-options can be used:
51.TP 12
52\-basedir dir
53Directory where the cache and certificates to be used are stored.
54.TP
55\-arg arg
56Adds an application argument before launching.
57.TP
58\-param name=value
59Adds an applet parameter before launching.
60.TP
61\-property name=value
62Sets a system property before launching.
63.TP
64\-update seconds
65Update check if seconds since last checked.
66.TP
67\-license
68Display the GPL license and exit.
69.TP
70\-verbose
71Enable verbose output. Very useful in debugging.
72.TP
73\-nosecurity
74Disables the secure runtime environment.
75.TP
76\-noupdate
77Disables checking for updates.
78.TP
79\-headless
80Disables download window, other UIs.
81.TP
82\-strict
83Enables strict checking of JNLP file format. Any deviations from
84the JNLP DTD will cause
85.B javaws
86to abort.
87.TP
88\-umask=value
89Sets the umask for files created by an application.
90.TP
91\-Xnofork
92Do not create another JVM, even if the JNLP file asks for running in
93a separate JVM. This is useful for debugging.
94.TP
95\-Jjava-option
96This passes along java-option to the java binary that is running
97javaws. For example, to make javaws run with a max heap size
98of 80m, use -J-Xmx80m.
99.TP
100\-help
101Print a help message and exit.
102
103.SH FILES
104~/.icedtea/deployment.properties specifies the settings used by javaws
105
106.SH BUGS
107There arent any known bugs. If you come across one, please file it at
108 http://icedtea.classpath.org/bugzilla/
109.br
110Please run javaws in verbose mode and include that output along
111with the jnlp file when filing out the bug report.
112
113.SH AUTHOR
114Originally written by Jon. A. Maxwell.
115.br
116Currently maintained by the IcedTea contributors.
117
118.SH SEE ALSO
119.BR java (1)
120.br
121http://icedtea.classpath.org/
122.br
123http://jnlp.sourceforge.net/netx/
Note: See TracBrowser for help on using the repository browser.