Java 11 Runtime Environment: Navigating the Absence of a Downloadable JRE
Unlike previous Java versions, Java 11 does not offer an official JRE for download. This omission has raised concerns among users seeking an executable solution for running Java-based applications.
Oracle's Evolving Java Strategy
Oracle's decision to discontinue JRE downloads stems from its shift away from end-user installations. The company anticipates phasing out Java Applets and Web Start app delivery, eliminating the need for a JRE. Developers and server administrators are expected to use the JDK for application development and server-side management.
Alternative Options for Java 11 JRE
Despite Oracle's abandonment of the JRE, users can still access Java 11 runtime capabilities through various channels:
OpenJDK Releases: Oracle OpenJDK provides open-source implementations of Java, including the Java Runtime Environment (JRE). Various vendors offer distributions based on OpenJDK, such as:
Vendor Considerations
When selecting a vendor for your Java 11 JRE, consider factors such as:
Compatibility Concerns
While OpenJDK provides comprehensive compatibility tests, vendors are responsible for self-declaring their releases as compliant. Users should make informed choices based on vendor reputation and adherence to Java specifications.
Embracing Change in the Java Landscape
Oracle's decision has shifted the Java landscape, but users can still leverage Java 11 by adopting alternative solutions. Understanding the new approach and selecting appropriate vendors ensures seamless access to Java runtime capabilities.
The above is the detailed content of Where Has the Java 11 JRE Gone, and What Can I Use Instead?. For more information, please follow other related articles on the PHP Chinese website!