Skip to content

Miscellaneous

Alternatives to Oracle Java / Web Start

There are a few alternatives to Oracle Java, including an alternative for Java WebStart (which Oracle deprecated).

NamePriceJCK certifiedVersionsOpenJFX/JavaFX¹Supported platforms
Eclipse Adoptiumfreeno8+noLinux (.deb, .rpm, .tar), Mac, Windows
Amazon Correttofreeyes8, 11Bundled with 8 onlyLinux (.deb, .rpm, .tar), Mac, Windows
Azul Zulufreeyes6+Bundled (choose JDK FX download)Linux (.deb, .rpm, .tar), Mac, Windows
Bellsoft Libericafree8+Bundled (choose Full JDK download)inux (.deb, .rpm, .tar), Mac, Windows
Oracle OpenJDKfreeyes7+Linux (⚠ .tar only), Mac, Windows
Red Hat OpenJDKfreeyes8+Separate download for Java 8, Windows onlyLinux (⚠ RHEL only), Windows

Due to Oracle no longer releasing updates for long-term support (LTS) releases under a permissive license, others have begun offering builds.Linux distributions have always offered their builds, and Windows also offers one now, which can be installed with the Windows Package Manager.

[Fixed] Unsigned application requesting unrestricted access to system

Subject/ Problem Description

The following error is displayed when launching applications signed with the MD5withRSA or MD5withDSA algorithms after upgrading to Java.

Unable to launch the application.
Unsigned application requesting unrestricted access to system
Unsigned application requesting unrestricted access to system. 
The following resource is signed with a weak signature algorithm MD5withRSA 
and is treated as unsigned: http://example.net/ExampleApplication.jar
Symptoms / Root Cause:

Applications signed with the MD5withRSA or MD5withDSA algorithms are treated as unsigned by Java starting with the Java 8 Update 131 release.