Amazon offers an open jdk for Windows (and other OS), but just for Java 8, 11 and 16. You can download it from here: https://aws.amazon.com/es/corretto/

After installing it and running the java -version command, you will see something like this:

>java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed mode)
Answer from Manuel Domínguez on Stack Overflow
🌐
Oracle
oracle.com › java › technologies › javase › javase8-archive-downloads.html
Java SE 8 Archive Downloads (JDK 8u202 and earlier)
This page includes archive downloads for Java SE 8u202 and earlier. The archive downloads for Java SE 8u211 and later updates are available, under the Java SE OTN License. The JDK is a development environment for building applications using the Java programming language.
🌐
Oracle
docs.oracle.com › javase › 8 › docs › technotes › guides › install › install_overview.html
JDK 8 and JRE 8 Installation Start Here
October 20, 2025 - This page gives access to instructions for installing the JDK and JRE on Oracle Solaris, Windows, Linux, and macOS computers.
Discussions

Why is it so hard to install jdk 8 on kali?
Isn't the party line something like: "If you have to ask, Kali isn't the rigth thing for you"? More on reddit.com
🌐 r/linuxquestions
23
0
October 12, 2021
java - How to install openJdk 8 in windows 64 bit os - Stack Overflow
I need to install open JDK in my Windows 64-bit os. I have used ORACLE open JDK and downloaded from the below link: https://jdk.java.net/8/ While downloading I have selected Accept License Agreeme... More on stackoverflow.com
🌐 stackoverflow.com
How to install java 8 JRE & JDK?
Hi guys. I cant seem to find a guide to install both Java 8 JRE & JDK in OpenSuse 42.1. Please advise me and point me to one. Thanks, More on forums.opensuse.org
🌐 forums.opensuse.org
0
January 8, 2016
How to install Oracle JDK 8 in opensuse tumbleweed?
I need to use javafx for desktop ... to install oracle jdk.... ... Create your account and connect with a world of communities. ... By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy. ... User Agreement Reddit, ... More on reddit.com
🌐 r/openSUSE
8
3
June 20, 2017
🌐
Oracle
java.com › en › download › manual.jsp
Download Java
This download is for end users who need Java for running applications on desktops or laptops. Java 8 integrates with your operating system to run separately installed Java applications.
🌐
Reddit
reddit.com › r/linuxquestions › why is it so hard to install jdk 8 on kali?
r/linuxquestions on Reddit: Why is it so hard to install jdk 8 on kali?
October 12, 2021 -

Hi, I have a kali running on a virtualbox vm, and I need to run a program which requires me to have java 8.

Trying to run:

sudo apt install openjdk-8-jdk

Simply results in kali not being able to find it. I the learned that this is because kali does not include java 8 in it's gettable packages.

I tried to google me out of this, and then tried running sudo add-apt-repository ppa:webupd8team/java Which it couldnt find the command for. I tried also fixing that with updating and sudo apt install software-properties-common, that package can not be found either.

Then I check out a video like this, but it uses a defunct link for getting the jdk 8.

I can also find shady -looking sites like these, with binaries that I am afraid of dowloading.

Finally I managed to get my hand on a folder containing jdk8. but I have absolutely no idea how to install it.

Can someone help me, point me in the right direction? and maybe also explain why java 8 is so hard to get installed, when it's so widely used?

Another attempt:

I also tried folliowing this guide.

This one fails when I run wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - because apt-key is deprecated.

Later on, the package adoptopenjdk-8-hotspot cannot be found

🌐
Bell Software
bell-sw.com › pages › downloads
Java Download | Java 8, Java 11, Java 17, Java 21, Java 25 - OpenJDK Builds for Linux, Windows & macOS
Download Liberica JDK, supported OpenJDK builds. Open source Java 8, 11 and more for Linux, Windows, macOS.
Find elsewhere
🌐
Azul Systems
azul.com › home › azul downloads
Java 8, 11, 17, 21, 25 Download for Linux, Windows and macOS
January 30, 2023 - Click here to download the Azul Zulu Builds of OpenJDK for Java 8, 11, 17, 21, 25 for Linux, Windows and macOS. Also download Azul Platform Prime.
🌐
Adoptium
adoptium.net › temurin › releases
Download Temurin® JDK
Pick a version, package type, JDK/JRE, and download the binaries. All VersionsJDK 25 - LTSJDK 21 - LTSJDK 17 - LTSJDK 11 - LTSJDK 8 - LTS · No releases match your current filter criteria. Try adjusting your selections or reset all filters to see available releases. There are multiple different ways to get Eclipse Temurin beyond direct downloads. The curated list below shows some of these options for installing ...
🌐
OpenJDK
openjdk.org › install
OpenJDK: Download and install
As an example, the archives for JDK 13 may be found on jdk.java.net/13 and may be extracted on the command line using ... The openjdk-8-jre package contains just the Java Runtime Environment. If you want to develop Java programs then please install the openjdk-8-jdk package.
🌐
Oracle
docs.oracle.com › javase › 8 › docs › technotes › guides › install › mac_jdk.html
JDK 8 Installation for macOS
October 20, 2025 - This page describes how to install and uninstall JDK 8 for macOS computers.
🌐
Red Hat
developers.redhat.com › products › openjdk › download
Download the Red Hat Build of OpenJDK | Red Hat Developer
March 31, 2025 - Download the Red Hat Build of OpenJDK at no-cost. The Red Hat build of OpenJDK is an open source implementation of the Java Platform, Standard Edition (Java SE)
🌐
Oracle
oracle.com › java › technologies › downloads
Download the Latest Java LTS Free
Download the Java including the latest version 17 LTS on the Java SE Platform. These downloads can be used for any purpose, at no cost, under the Java SE binary code license.
🌐
TecAdmin
tecadmin.net › install-oracle-java-8-ubuntu-via-ppa
How To Install Java 8 on Ubuntu 18.04/16.04, LinuxMint 19/18
April 26, 2025 - This article is out of date, and, as of September 2019, no longer works. ... sudo apt-get install default-jdk sudo apt autoremove sudo apt-get install default-jre java –version sudo apt install openjdk-8-jdk
🌐
openSUSE Forums
forums.opensuse.org › english › applications
How to install java 8 JRE & JDK? - Applications - openSUSE Forums
January 8, 2016 - Hi guys. I cant seem to find a guide to install both Java 8 JRE & JDK in OpenSuse 42.1. Please advise me and point me to one. Thanks,
🌐
GeeksforGeeks
geeksforgeeks.org › java › download-and-install-jdk-on-windows-mac-and-linux
Download and Install JDK on Windows, Mac and Linux - GeeksforGeeks
November 11, 2025 - The system will execute the code using a set of Libraries and Compilers. JDK, JRE and JVM should not be confused with one another. ... This article describes the step-by-step process for installing and configuring the JDK on Windows, Mac and Linux.
🌐
Microsoft Learn
learn.microsoft.com › en-us › java › openjdk › download
Download the Microsoft Build of OpenJDK | Microsoft Learn
November 13, 2025 - Supported installation methods include: The following tables provide links to the package files for LTS (Long Term Support) releases, and their .sha256sum.txt and .sig files. If you still require Java 8, you can download any of the Eclipse Temurin builds of OpenJDK 8 from the Eclipse Adoptium project.
🌐
Oracle
java.com › en › download › help › windows_manual_download.html
How do I manually download and install Java for my Windows computer?
If the firewall is not configured appropriately it may stall the download/install operation of Java under certain conditions. Refer to your specific Internet firewall manual for instructions on how to disable your Internet Firewall. ... This will download an executable file (example: jre-8u333-windows-i586-iftw.exe) to the default download location on the local system Note: You can opt to save this file to any other known location on your local system for later installation.
🌐
OpenLogic
openlogic.com › openjdk-downloads
OpenJDK Downloads | OpenLogic
In August 2019, OpenLogic recognized that the current state of Java WebStart technology in OpenJDK was not as capable as the Oracle JDK equivalent. The build was missing critical functionality such as site exceptions, jar key matching, Windows Proxy settings, and other functions. OpenLogic added functionality to IcedTea-Web to bring parity with Oracle’s WebStart distribution. These upgrades were accepted into IcedTea-Web 2.0. OpenLogic now provides free, quarterly builds of OpenJDK 8, OpenJDK 11, OpenJDK 17, and OpenJDK 21 for Linux, Windows, and MacOS.