Skip to content

Edoardo Vignati

– Always looking for something awesome –

Menu
  • About me
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • Travels  
Menu

How to install old versions of Java/JDK

Posted on 04/09/202028/12/2020 by Edoardo

If you need to install an old version of Java you may have some problems in finding the packages.

Most of the public repositories have been removed due to the vulnerabilities.

Anyway some people are still saving these old versions and making it available.

If you are a Linux/Debian user, an example is the following ppa: https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa

You can simply add it running:

$ sudo add-apt-repository ppa:openjdk-r/ppa
$ sudo apt-get update

Unfortunately the openjdk7 it’s not available in the previous repository.

Anyway, Oracle is still saving the old packages for all platforms at the following links (an account on oracle.com is required):

  • Java 7
  • Java 8
  • Java 9

On the following websites you can find pre-built versions of the OpenJDK:

  • https://adoptopenjdk.net/
  • https://openjdk.java.net/install/

If you have more information about old versions of Java please share them here!

Cheers


Buy Me A Coffee


This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  1. Edoardo on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error06/01/2023
  2. Fabi on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error20/12/2022
  3. Edoardo on How to install hplip on Ubuntu28/11/2022
  4. Alex K on How to install hplip on Ubuntu28/11/2022

© 2023 Edoardo Vignati | Powered by Minimalist Blog WordPress Theme