About 50 results
Open links in new tab
  1. software installation - How do I install Java? - Ask Ubuntu

    Jun 13, 2011 · Also important is to install the wrapper for supporting Java applications on your web browser, the Iced-Tea Java Plugin. IcedTea Plugin Or via a terminal sudo apt-get install icedtea …

  2. apt - install openjdk 21 - Ask Ubuntu

    Nov 13, 2023 · For Ubuntu 22.04, you should be able to simply: 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 …

  3. How to properly install Temurin JDK with update-alternatives

    Nov 13, 2021 · I would recommend searching for documentation regarding the Temurin JDK or visit their forums/sites. Is there a read.me file or other installation instructions?

  4. How can I install Sun/Oracle's proprietary Java JDK or JRE?

    I want to install Oracle's JRE and to update to the latest version with the Software Updater when they released. Is there a Ubuntu package that is provided by Canonical or Oracle? Before release J...

  5. java - How to install OpenJDK 8 on 14.04 LTS? - Ask Ubuntu

    May 12, 2014 · Why the new edit? It seems to still not be in the 14.04 repo yet and sudo apt-get install openjdk-8-jdk doesn't work at least for me.

  6. How do I install openjdk 7 on Ubuntu 16.04 or higher?

    Apr 23, 2016 · Here I answered how to install Java 7 or 8 on a more recent Ubuntu. This answer also solves the "PPA DISCONTINUED" Problem.

  7. update-java-alternatives vs update-alternatives --config java - Ask …

    update-java-alternatives is a program to update alternatives for jre/jdk installations. update-alternatives is a symbolic link management system for linux (I'm sure there is little news here). You can, and …

  8. openjdk - Switch between multiple java versions - Ask Ubuntu

    Mar 1, 2016 · While installing Android Studio on Ubuntu 14.04 I get the message that my Java version (javac 1.7.0_79) is causing problems. I found a solution of how to install a newer Oracle version of …

  9. software installation - Java JRE 8 install - Ask Ubuntu

    Aug 16, 2017 · I am trying to install Java JRE 8 on my Linux machine (Ubuntu 14.04 (Trusty Tahr)). I've done two things: The first was follow Java's help page. I downloaded the tarball and installed it using …

  10. java - Install OpenJDK 22 on Ubuntu 24.04 - Ask Ubuntu

    May 23, 2024 · I've just upgraded from Ubuntu 23.10 to Ubuntu 24.04, on my Ubuntu 23.10 I had OpenJDK 22 ea from apt, now I can't see any 22 version, why is that? was it deleted from the …