Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 1596🔥, 0💬
Popular Posts:
MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format su...
xml-commons Resolver Source Code Files are provided in the source package file, xml-commons-resolver...
JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and X...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...