Skip to content
Dannes Wessels edited this page Dec 10, 2017 · 12 revisions

notes

Java Webstart

With the following command the Java Webstart cache can be made empty: javaws -clearcache -uninstall

Security: macOS

Because the JAR files from this Java Webstart application have been signed with an official Comodo certificate, the application can be started without any annoying security warnings. However, for security reasons macOS does not allow (anymore) to directly open and use the JNLP file that is used to download and start the application.

Specific for macOS the following steps must be made to successfully start the application:

  • Click on icon, JNLP file is downloaded

  • Do not click directly on the downloaded JNLP file! Instead, open the Download directory and click with right mouse button on Open or Open With

  • Confirm it is OK to open the JNLP file

  • The Webstart security dialog pops-up. The application has been signed by "weXsol", and there are no red warning signs: The application is from a trusted source!

Security: self signed certificates

When an application is signed with an untrusted certificate (e.g. a self signed certificate), webstart will block starting application when it is downloaded from a webserver. To work around this feature, add the server to a list of trusted webservers:

Clone this wiki locally