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):
On the following websites you can find pre-built versions of the OpenJDK:
If you have more information about old versions of Java please share them here!
Cheers
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.