About 5,730,000 results
Open links in new tab
  1. java - What is the difference between Azul OpenJDK, Zulu OpenJDK …

    Apr 21, 2020 · Java specification versus implementation Java is defined by a set of specifications, JSRs, and JEPs, all published by Oracle. Those specifications are implemented in the source code found at …

  2. java - Difference between OpenJDK and Adoptium/AdoptOpenJDK

    You might add a mention that other vendors provide Java implementations based on OpenJDK such as the Zulu and Zing products from Azul Systems. Another is the Eclipse OpenJ9 project.

  3. Newest 'azul-zulu' Questions - Stack Overflow

    Java version confusion need to set JAVA_HOME to Java11 IntelliJ "error=86, Bad CPU type in executable" after install fix with Azul? JavaNativeFoundation.framework comes without major version …

  4. java - Azul OpenJDK vs Oraclejdk - Stack Overflow

    Nov 14, 2018 · why do people use Azul’s Zulu 9.0.0.15 release of OpenJDK instead of JDK downloaded from oracle.com? I came across this OpenJDK in the Effective java book and haven't tried this open …

  5. java 8 - How to run JavaFX application using the latest JRE 8u451 ...

    Apr 16, 2025 · Consider packaging your application as a native bundle (instead of just shipping a jar file, which is what I assume you're doing if you're relying on the customer's JRE), using jpackage. This …

  6. java - Uninstall Open JDK Zulu - Install Oracle JDK / Mac - Stack Overflow

    Anyways, I also tried to uninstall Java completely and install Java from scratch, but I still get that version and Zulu. I would be extremely grateful if someone could tell how to get rid of Zulu or if I can use …

  7. java - Differences between Oracle JDK and OpenJDK - Stack Overflow

    Many vendors implemented the Java specification and got TCK passed. For example, IBM J9, Azul Zulu, Azul Zing, and Oracle JDK. Almost every existing JDK is derived from OpenJDK. As suggested …

  8. java - Error Bouncy Castle FIPS enable in zulu 17 - Stack Overflow

    Apr 22, 2025 · I created a certificate with keystore type BCFKS using bc-fips-1.0.2.5.jar and Azul Zulu Java 17. The content is shown correctly in the keystore file: I am trying to enable TLS in …

  9. java - Running JavaFX Application on JRE 8u451 After JavaFX Removal ...

    Apr 29, 2025 · There are [non-Oracle] JDKs that include JavaFX. I know of three: Azul, Liberica and OpenLogic. Make sure you download the version that includes JavaFX. Are any of those feasible?

  10. What is minimum Jetty version compatible with Java 17?

    Aug 30, 2024 · 2 I am currently using Azul Zulu OpenJDK version 1.8 and Jetty version 9.4.49 for my project. However, I plan to upgrade my Java version to Azul Zulu OpenJDK 17, which is a long-term …