About 3,420,000 results
Open links in new tab
  1. How to install openJdk 8 in windows 64 bit os - Stack Overflow

    Oct 22, 2018 · can u tell me how to download openjdk 8 as tcs codevita needs java 8 The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in …

  2. Differences between Oracle JDK and OpenJDK - Stack Overflow

    NOTE: This question is from 2014. As of Java 11 OpenJDK and Oracle JDK are converging. Are there any crucial differences between Oracle and OpenJDK? For example, are the garbage …

  3. Why is openjdk:21 now missing from Docker Hub? [duplicate]

    Nov 5, 2025 · Apparently the OpenJDK distribution for Java 21 is missing from Docker Hub. What happened? I'm certain OpenJDK 21 images existed in these paths before, as I've checked …

  4. apt - install openjdk 21 - Ask Ubuntu

    Nov 13, 2023 · sudo apt install openjdk-21-jdk It's in the Universe repository, so be sure you have that enabled. It wasn't available yet when you asked the question, but it is now. If you add a …

  5. docker - dockerhub.io officially removed openjdk:8-jre from thier ...

    Nov 4, 2025 · dockerhub.io officially removed openjdk:8-jre from thier repository and what is he best alternative for it [duplicate] Asked 1 month ago Modified 1 month ago Viewed 3k times

  6. Difference between OpenJDK and Adoptium/AdoptOpenJDK

    OpenJDK, the source repository (also called OpenJDK project) - is a Mercurial -based open source repository, hosted at https://hg.openjdk.java.net. The Java source code. The vast …

  7. java - What is the reason to use OpenJDK? - Stack Overflow

    Nov 11, 2017 · OpenJDK is an open-source project, implementing the Java Specifications, JSRs, and JEPs that define the Java platform. This project publishes only source-code, not binaries …

  8. How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · Once you have installed it, use choco install openjdk --version=11.0 in an elevated command prompt to install OpenJDK 11 (leave out the --version parameter to install the latest …

  9. openjdk - How can I tell what version of Java I have installed?

    The simplest way is: update-java-alternatives -l shows you all the Java versions you have installed. java -version shows you the Java version you are using. java -showversion shows …

  10. Is there any OpenJDK that is fully free and will be available for ...

    Jan 21, 2019 · The OpenJDK source code is available free-of-cost per its GNU GPL+linking exception license. Several vendors provide releases based on that OpenJDK source code.