About 3,410,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 multiple variants …

  2. Differences between Oracle JDK and OpenJDK - Stack Overflow

    OpenJDK Font Renderer and Oracle JDK Flight Recorder are the noticeable major differences between Oracle JDK and OpenJDK. Rockit was the Oracle’s JVM and from Java SE 7, HotSpot and JRockit …

  3. 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 PPA or other …

  4. 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 majority of Java …

  5. docker - Dockerfile with java 17 - Stack Overflow

    Jul 27, 2023 · I want to crate docker image with java 17 and maven. My idea was to use openjdk image with java 17 but I see that opendjk is deprecated. What does it mean that is deprecated? It will work …

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

    Jun 12, 2012 · 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 you the …

  7. java - Location of OpenJDK in Windows 10 - Stack Overflow

    Mar 16, 2023 · Also by re-downloading any version of openjdk from the source, you should able to get hints what is the default location of the openjdk. To make sure you installed your openjdk and …

  8. java - What is the difference between Azul OpenJDK, Zulu OpenJDK …

    Apr 21, 2020 · OpenJDK is a "...place to collaborate on an open-source implementation of the Java Platform, Standard Edition, and related projects". Primarily, it hosts the source code repositories for …

  9. 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.

  10. OpenJDK Java 17 docker image - Stack Overflow

    Oct 11, 2021 · We are upgrading our microservices in docker to use Java 17 and previously we used the base image openjdk:11-jre-slim. What is the corresponding image for Java 17? There doesn't seem …