Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is JavaWS Command Line Tool
What Is JavaWS Command Line Tool?
✍: FYIcenter
JavaWS Command Line Tool is installed as part of Java SE JDK and JRE (Java Runtime Environment)
to allows you to launch a Java application on the local machine with its code JAR file
located remotely on the server machine.
If you have Java SE SDK or JRE installed, you can try the JavaWS command line tool in a command window:
fyicenter> javaws
You see the following help infomation displayed:
Name
javaws - Java Web Start launcher command
Usage:
javaws [run-options] <jnlp>
javaws [control-options]
<jnlp> This can be either the path of, or the Uniform Resource Locater (URL)
of the JNLP (Java Network Launching Protocol) file.
[run-options]
-offline Run Java Web Start in offline mode.
-Xnosplash Do not display the initial splash screen.
-open <arguments>
If specified, replaces the arguments in the jnlp file with -open <arguments>.
-print <arguments>
If specified, replaces the arguments in the jnlp file with -print <arguments>.
-online Use online mode (default behavior).
-wait If specified, the javaws process will not exit until the application
exits. This option does not function as described on Windows platforms.
-verbose Display additional output.
-J<option> Supply options to the VM.
-system Run the application from the system cache only.
[control-options]
-viewer Show the Cache Viewer in the Java Control Panel.
-clearcache Remove all non-installed applications from the cache.
-userConfig <property name>
Clear the specified deployment property.
-userConfig <property name> <property value>
Set the specified deployment property to the specified value.
-uninstall Remove all applications from the cache.
-uninstall <jnlp>
Remove the application from the cache.
-import [import-options] <jnlp>
Import the application to the cache.
[import-options]
-silent Import silently (with no user interface).
-system Import application to the system cache.
-codebase <url> Retrieve resources from the given codebase.
-shortcut Install shortcuts as if user allowed prompt. This option has no effect
unless -silent option is also used.
-association Install associations as if user allowed prompt. This option has no
effect unless -silent option is also used.
⇒ DynamicTreeDemo.jar - JavaWS and JNLP Demo
⇐ Launching Java Applications with JavaWS and JNLP
2017-10-16, ∼1996🔥, 0💬
Popular Posts:
What Is HttpComponents commons-httpclient-3.1.j ar?HttpComponents commons-httpclient-3.1.j aris the ...
JDK 11 jdk.jlink.jmod is the JMOD file for JDK 11 JLink tool, which can be invoked by the "jlink" co...
xml-commons External Source Code Files are provided in the source package file, xml-commons-external...
commons-lang-1.0.1.jar is the JAR file for Apache Commons Lang 1.0.1, which provides a host of helpe...
Where to find answers to frequently asked questions on Downloading and Installing ojdbc.jar - JDBC D...