About 3,410,000 results
Open links in new tab
  1. java - How to install OpenJDK 8 on 14.04 LTS? - Ask Ubuntu

    May 12, 2014 · Once OpenJDK 8 is in the Ubuntu development version, then it may be possible to request that it be backported to 14.04. Note that it will never be available in the primary trusty …

  2. JDK 11 import root ca certificates into keystore - Stack Overflow

    Mar 14, 2020 · How do I import certs into keystore in Azul Zulu JDK 11. Where is the default keystore used by keytool

  3. java - Does OpenJDK contain a JRE? - Super User

    Apr 1, 2019 · 7 I think you have a couple different issues at play here. The best place to get OpenJDK and its related JRE is from the adoptopenjdk web site. On that site you can get a 64-bit Java 11 JRE …

  4. 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 …

  5. correct Installation and configuration of openJDK and R

    One shouldn't blindly install openjdk-6-jdk. What helped me, was to change the version of Java. Fortunately there is a nice Ubuntu tool for doing that: sudo update-alternatives --config java There …

  6. java - OpenJRE instead of Oracle JRE - Super User

    Jan 24, 2019 · Is there an equivalent openJRE like openJDK? I would like to use openJRE if possible to enable java in Internet Explorer instead of Using Oracle Java Is it possible to Enable Java Applet in …

  7. security - How to obtain the location of cacerts of the default java ...

    I am looking on how how to obtain the location of cacerts of the default java installation, when you do not have JAVA_HOME or JRE_HOME defined. I need a solution that works at least for OS X and L...

  8. 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 …

  9. jre - Run java application with OpenJDK - Super User

    Apr 10, 2022 · I am trying to run this application on my machine (Windows 11). I installed the latest version of OpenJDK from here. In my command line I can write > java -version openjdk version …

  10. 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 collection and...