What is Java Web Start and how it is started?
Java Web Start software allows you to download and run Java Web applications. Java Web Start software:
- Enable apps easily with just one click.
- Ensures that the latest version of the application is always running.
- Eliminates complex installation or upgrade procedures.
How to get the Java Web Start software
Java Web Start has been included in the Java Runtime Environment (JRE) since the release of Java 5.0. This means that during the installation of Java, Java Web Start is installed automatically. Java Web Start software is automatically booted when a Java application using Java Web Start technology is downloaded for the first time. Java Web Start software caches (stores) the entire application locally on your computer. Therefore, any subsequent startup will be virtually instantaneous because all required features are already available locally. Every time you boot an application, the Java Web Start software component checks the application’s website to see if a new version is available and, if it is, automatically downloads and boots it.
To boot an application using Java Web Start software:
In a browser
Click a link from a web page.
In the desktop icon
If you use an application often, you can create a shortcut on your desktop or Start Menu. Java Web Start may ask you if you would like to create shortcuts or an entry in the Start Menu. If you answer Yes, all future application startups can start without a browser.
In the Java Application Cache Viewer
Java Web Start also provides a Java Application Cache Viewer that you can start in the Java Control Panel. Cache Viewer allows you to directly boot downloaded applications.
Instructions to start in the Java Application Cache Viewer
- Go to Initialize > Settings > Control Panel > Double-click the Java icon. The Java Control Panel will initialize.
- Click on the General tab
- Click the View button in the Temporary Internet Files section
- In the list shown, double-click the application you want to start.
(source: java with.)
At the command prompt
You can also start an application via a command prompt by typing javaws jnlp_url, where jnlp_url is a URL for the application’s jnlp file.
- Go to Start > Run > type command
A command prompt window will appear.
- Type javaws url_of_jnlp
MORE TECHNICAL INFORMATION
Java Web Start Developer Documentation
Welcome to Sopt, it would be great if you show us what you have tried to do, also I suggest you take a tour to learn how to ask:https://answall.com/tour
– gato
http://www.rgagnon.com/javadetails/java-0592.html
– OnoSendai
Good evening Renan, I haven’t tried anything of the kind, so far I have been able to convert my jar program to an exe, so I can associate the file type . uniXml to my software by Windows. However, when I double click on a file of this type, it calls my application without uploading the contents of the file. My file is a common xml and I need my application to work with this xml as word works with a . docx (double click on docx and it opens the word with the contents of the file)
– user2827212
Good evening guys, I just saw the link from Onosendai up on the comments. It was perfect, it was exactly what I needed. Thank you very much.
– user2827212