You may find OpenJDK 6 and 7 binaries for Windows in openjdk-unofficial-builds github project.

Update: OpenJDK 8 and 11 LTS binaries for Windows x86_64 can be found in ojdkbuild github project.

Disclaimer: I've built them myself.

Update (2019): OpenJDK Updates Project Builds for 8 and 11 are available now.

Answer from alexkasko on Stack Overflow
๐ŸŒ
OpenJDK
openjdk.org โ€บ install
OpenJDK: Download and install
If you want to develop Java programs then install the java-1.7.0-openjdk-devel package.
Discussions

java - OpenJDK availability for Windows OS - Stack Overflow
There doesn't seem to be a lot ... "Is it OpenJDK?", "Is it for Windows?", and "Can I download it?" all seem like pretty clear conditions, and we're obviously talking about prebuilt binaries because the question already links to build instructions... ... For the latest public version of the Oracle JDK 1.7 (Update 80), ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
command line - Installing JDK 7 on debian - Unix & Linux Stack Exchange
Next, we should fetch the key for ... it downloads from the newly introduced sources: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 ยท After this, 1 key should have been imported. ... you will see a list that will contain Java 7 and 8 versions from Oracle and the OpenJDK ... More on unix.stackexchange.com
๐ŸŒ unix.stackexchange.com
December 19, 2012
Can someone explain the whole OpenJDK vs Java thing for me?

Java is a language created by Sun, who got bought out by Oracle.

Java runs on a JVM (java virtual machine) which is what lets it be cross platform. Basically you compile your Java code to Java bytecode which the JVM acts as an interpreter for. If you don't know this, it's worth looking into!

You compile your code with a Java development kit (they have more tools than just that though), an example is the OpenJDK (Open Java development kit). Another is Oracle's proprietary one. There are other propriety JDKs but they all adhere to the same standard and many of them are built on top of OpenJDK.

OpenJDK is open source and anyone can use it without express permission. Oracle's propriety one has a different license, uses different libraries and has a few little tweaks so Oracle can sell it. Google and Oracle have had their kerfuffles and Google has chosen to go with the open source version. I'll just insert my opinion and say this is a good thing, it makes Google and Android that bit less beholden to Oracle who I have an (arguably) irrational dislike for.

FWIW OpenJDK is the "reference" implementation as of Java 7 (so OpenJDK is what the standard says "this is what does it right"). It's also maintained by Oracle!

As an end user there's very little that you need to be concerned with.

More on reddit.com
๐ŸŒ r/learnprogramming
16
15
July 5, 2015
Need java 8 or 7 on Buster

https://linuxize.com/post/install-java-on-debian-10/

More on reddit.com
๐ŸŒ r/Crostini
3
7
December 15, 2018
๐ŸŒ
Oracle
oracle.com โ€บ java โ€บ technologies โ€บ javase
Java Archive Downloads - Java SE 7 | Oracle Canada
Go to the Oracle Java Archive page ยท Thank you for downloading this release of the JavaTM Platform, Standard Edition Development Kit (JDKTM). The JDK is a development environment for building applications, applets, and components using the Java programming language
๐ŸŒ
GitHub
github.com โ€บ alexkasko โ€บ openjdk-unofficial-builds
GitHub - alexkasko/openjdk-unofficial-builds: Unofficial OpenJDK installers for Windows, Linux and Mac OS X
Older downloads may be found at the bottom of the page. ... Note: description represents information about current builds (on the top of the page). For previous builds (at the bottom of the page) please see description, linked near them ... OpenJDK 7 binaries were built from the jdk7u80-b32 of official OpenJDK 7 Update Releases repositories forest.
Starred by 357 users
Forked by 67 users
Languages ย  C 54.6% | HTML 21.6% | Roff 6.3% | Shell 4.8% | C++ 4.1% | Perl 2.4%
๐ŸŒ
OpenLogic
openlogic.com โ€บ openjdk-downloads
OpenJDK Downloads | OpenLogic
Free, quarterly builds of OpenJDK for Linux, Windows, and MacOS.
๐ŸŒ
OpenJDK
openjdk.org
OpenJDK
Learn about the key active Projects in the Community including Amber (high-productivity language features), Loom (lightweight concurrency), Panama (foreign functions and foreign data), Valhalla (primitive types and specialized generics), and, of course, the next version of Java and the JDK ...
Find elsewhere
๐ŸŒ
Oracle
jdk.java.net โ€บ java-se-ri โ€บ 7
Java Platform, Standard Edition 7 Reference Implementations
The Reference Implementations have ... will be available from Oracle and in most popular Linux distributions. ... You must accept the Oracle Binary Code License in order to download this software....
๐ŸŒ
GitHub
github.com โ€บ openjdk-mirror โ€บ jdk7u-jdk
GitHub - openjdk-mirror/jdk7u-jdk
2. Either download and install the latest JDK7 from http://download.java.net/openjdk/jdk7/, or build your own complete OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest.
Starred by 541 users
Forked by 428 users
Languages ย  Java 83.9% | C 12.3% | C++ 2.4% | Objective-C 0.7% | Shell 0.6% | JavaScript 0.1%
๐ŸŒ
Ubuntu
security.ubuntu.com โ€บ ubuntu โ€บ pool โ€บ main โ€บ o โ€บ openjdk-7
Index of /ubuntu/pool/main/o/openjdk-7
Index of /ubuntu/pool/main/o/openjdk-7 ยท Apache/2.4.52 (Ubuntu) Server at security.ubuntu.com Port 80
๐ŸŒ
OpenJDK
openjdk.org โ€บ projects โ€บ jdk7u
OpenJDK: JDK 7 Updates
The goal of this Project is to develop updates to JDK 7.
๐ŸŒ
Arch Linux Forums
bbs.archlinux.org โ€บ viewtopic.php
Installing openJDK 7 and Oracle JDK 6 side-by-side / Installation / Arch Linux Forums
Better approach: uninstall jre6 & jdk6; install jre7-openjdk, jdk7-openjdk with pacman. Then download the jdk6 .bin file from the Oracle website (jdk-6u30-linux-x64.bin at time of writing), copy it to /opt, run the .bin file as root, rename the jdkxxxx folder to "java".
๐ŸŒ
Adoptium
adoptium.net
Home | Adoptium
Prebuilt OpenJDK Binaries for Free!
๐ŸŒ
Raspberry Pi Forums
forums.raspberrypi.com โ€บ board index โ€บ programming โ€บ java
Java 7 on Raspbian - Raspberry Pi Forums
I've been thrashing about without much success so far... Which application software "requires" Java 1.7 , which also is available for Arm ? ... OpenJDK 7 is available on Raspbian by installing the sudo apt-get install openjdk-7-jdk or sudo apt-get install openjdk-7-jre package.
๐ŸŒ
Oracle
jdk.java.net โ€บ archive
Archived OpenJDK GA Releases
This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception ยท WARNING: These older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest ...
๐ŸŒ
OpenJDK
openjdk.org โ€บ projects โ€บ jdk7
JDK 7
Production-ready binary distributions based on the JDK 7 code base are available now from Oracle and will be available soon in most Linux distributions and from Oracle's Java SE licensees.
๐ŸŒ
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.