Nevertheless, every single step away from Oracle is always nice. Considering how scummy they are for not providing LTS Updates for their own trademark product in order to force them to use the commerical JDK instead. That is a really uncharitable take. OpenJDK is primarily developed and maintained by Oracle, and is provided as completely free software (even for commercial use and redistribution). Nobody is forcing anyone to use LTS versions, or to buy commercial support. The team frequently participates on this subreddit (in this thread, even) and are always helpful. Please be a bit more gentle. Answer from Deleted User on reddit.com
🌐
Adoptium
adoptium.net › temurin › releases
Download Temurin® JDK
Eclipse Temurin offers high-performance, cross-platform, open-source Java runtime binaries that are enterprise-ready and Java SE TCK-tested for general use in the Java ecosystem.
Download Temurin
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 ...
Marketplace
Eclipse Adoptium provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure.
Install Eclipse Temurin
The binaries are supported on the architectures and operating systems listed in Supported Platforms. If you’re migrating to Temurin, you can learn about the differences between Oracle JDK and Temurin in our Migration Guide and any steps that you might need to take.
Archive
Eclipse Adoptium provides prebuilt OpenJDK binaries ...
🌐
Adoptium
adoptium.net › temurin
Eclipse Temurin | Adoptium
Eclipse Temurin offers high-performance, cross-platform, open-source Java runtime binaries that are enterprise-ready and Java SE TCK-tested for general use in the Java ecosystem.
🌐
Reddit
reddit.com › r/java › so is temurin is the de-facto standard jdk?
r/java on Reddit: So is Temurin is the de-facto standard JDK?
March 6, 2024 -

Just been browsing through the OpenJDK projects, which probably everyone knows, is an Oracle trademark and provides the "Reference Implementation" JDKs for each release.

Under their "Updates" Project however, for each JDK they are instead recommending people to use Temurin, instead of Oracle's OpenJDK. Source: https://openjdk.org/projects/jdk-updates/

Is it due to Oracle's OpenJDK never having LTS Updates? And does this mean that Temurin is now the de-facto standard OpenJDK build, out of all others?

Nevertheless, every single step away from Oracle is always nice. Considering how scummy they are for not providing LTS Updates for their own trademark product in order to force them to use the commerical JDK instead. Temurin all the way.

Top answer
1 of 12
202
Remember waaay back in the day that you would go to a store and buy a shrink-wrapped carton box, inside of which were 3 things: A CD or two with the actual application. A manual. A warranty / support card you would fill in and toss in a mailbox. It would entitle you to something like 30 days of free support by phoning them. Whilst it wasn't really in the box, you actually bought a fourth thing: That elusive "merchantability" - in most jurisdictions if you pay for a product, you get certain rights that you can't trivially shrink-wrap-sign-away. That the product is even remotely capable of doing what it is advertised as being capable of doing, for example. If you walk into a shop that looks like a bakery and is called 'bakery', and I order "One sandwich please!", and you hand me a rubber sandwich, I can sue you (don't get excited; just for the value of product, not emotional damages or some such) because you didn't deliver on the implicit contract being formed here. Open Source licenses explicitly disavow this one (read any FOSS license, the term will be in there), based on the (to me, anyway, IANAL) solid idea that you aren't paying. When you think about those 4 things, it turns out that it doesn't actually matter who wrote the software that is on those CDs. It is perfectly fine if, say, Yoyodyne incorporated sells one of these boxes (and wrote that manual, and mans those phone lines, and are the party you would sue if the product wildly / neglectfully isn't fit for the clearly communicated purpose), and Intracorp Ltd also sells a box (with their manual, their phone number, etc), and it turns out the actual bytes on those CDs are identical. So what? That's no problem, right? That is EXACTLY how to think about OpenJDK releases! Let's call that a 'packaging': The bytes of the actual software app on that CD are all the same, but, that manual, the phone lines, an arrangement to keep it security-wise up to date in some fashion, the installer, the website, you name it - that's where every 'packaging' can differ. Oracle JDK, Oracle OpenJDK (Those are different things), Azul JDK, Temurin, Coretto - these are all packagings of the exact same thing: The OpenJDK source repo. It's all from the same git branch, it's just - different folks going through the motions to produce binaries, provide websites where you can download them, take care of distributing security updates (which might be as simple as: Hey, downloader? It's all on you mate, you figure it out - but that's still "an arrangement" and notably, one with some legal exposure). It works this way because Oracle does not want the responsibility. They had that responsibility with jusched.exe and the like (where oracle and the end user are jointly responsible for keeping that JVM up to date, which often failed and java was often the butt of security incidents), and oracle no longer wants to have anything to do with it. So, we have: Oracle JVM. A commercial offering (you pay for it). It has support schedules for each version, where LTS versions have much, much longer support. A 'dev' version of this offering is donwloadable but it explicitly disavows absolutely everything, costs nothing, and the license expires the day the next JVM release is out, even for LTS versions. You should not use these, for obvious legal reasons: It's not meant for that, you aren't licensed to use it as general JVM. Oracle OpenJDK. A FOSS offering published directly by the OpenJDK team. These are supported until the next JVM release, and then support ends immediately - there is no such thing as an OpenJDK LTS release at alL! - you should not actually use these because Oracle clearly doesn't want the burden, and, you get no LTS versions here. Temurin. An open source offering that you do want: They support (Weeellll, remember that whole merchantability thing? You don't pay and it's FOSS. They aim to support; you have no legal standing if they don't, of course) their releases and do engage in LTS: Versions that Oracle JVM terms 'LTS' (technically the only canonical meaning of the term 'LTS release' - oracle's commercial offering) are also termed LTS by the adoptium project. corretto - a FOSS-ish offering paid for by amazon. Free, and the JDKs are specifically tested extensively on Amazon's IAAS (Amazon Web Services) offering. Fine to use, especially if you end up running your java code on EC2 or AWS lambda. Azul, SAP, and many other packagings - I think some parties have a free offering but don't use these unless you have an extensive business relationship with these companies. They are consultancies. If you aren't paying they don't give a shit about you: These products are slippery slopes to capture you as a customer. If you know what you are doing and are aware of why these things exist, by all means. If you're already paying these companies, by all means. I've also said that the usual community default (OpenJDK project's own releases) are a bad default - adoptium is better. Same stuff (FOSS, no guarantees not even merchantability), except with a better track record, a much improved support schedule (namely, LTS releases are actually supported for longer), no clear financial incentive to make a bad project (as oracle would prefer you use the commercial Oracle JDK packaging), and motivation for the product itself (vs OpenJDK whose primary job is to make that source code shine, not to make the packaging of it any good). I guess OpenJDK team itself figured this out too. That's nice.
2 of 12
50
Nevertheless, every single step away from Oracle is always nice. Considering how scummy they are for not providing LTS Updates for their own trademark product in order to force them to use the commerical JDK instead. That is a really uncharitable take. OpenJDK is primarily developed and maintained by Oracle, and is provided as completely free software (even for commercial use and redistribution). Nobody is forcing anyone to use LTS versions, or to buy commercial support. The team frequently participates on this subreddit (in this thread, even) and are always helpful. Please be a bit more gentle.
🌐
Docker Hub
hub.docker.com › _ › eclipse-temurin
eclipse-temurin - Official Image | Docker Hub
The Eclipse Temurin project provides code and processes that support the building of runtime binaries and associated technologies that are high performance, enterprise-caliber, cross-platform, open-source licensed, and Java SE TCK-tested for general use across the Java ecosystem.
🌐
Which JDK
whichjdk.com
Which Version of JDK Should I Use? | whichjdk.com
✅ Recommendation: Use Adoptium Eclipse Temurin 25 and ensure that your local version matches the CI and production version. Under the current JDK release model, a new feature release with a new major version number is planned every six months, in March and September.
🌐
GitHub
github.com › adoptium › temurin21-binaries › releases
Releases · adoptium/temurin21-binaries
October 23, 2025 - Official Eclipse Temurin Release of jdk-21.0.10+7 · Assets 316 · Loading · There was an error while loading. Please reload this page. 2 people reacted · Previous 1 2 3 4 5 … 22 23 Next · Previous Next ·
Author   adoptium
Find elsewhere
🌐
Adoptium
adoptium.net
Home | Adoptium
Run your enterprise applications with confidence using Eclipse Temurin, a secure, high-performance Java runtime rigorously tested for stability and optimized for seamless operation across diverse environments.
🌐
Adoptium
adoptium.net › news › 2025 › 09 › eclipse-temurin-25-available
Eclipse Temurin 25 Available | Adoptium
September 30, 2025 - Binaries, installers, and source code are available from the Temurin download page, official container images are available at DockerHub, and installable packages are available for various operating systems. This release contains the following fixes and updates: ... We are now building JDK25 on Linux/glibc platforms with a GCC14 devkit.
🌐
Eclipse
projects.eclipse.org › projects › adoptium.temurin › downloads
Eclipse Temurin® | projects.eclipse.org
If you are searching for a download of the Adoptium Temurin binaries you can visit the Adoptium homepage for a manual download or the Adoptium API for programatic downloads.
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_build_of_openjdk › 17 › html-single › getting_started_with_eclipse_temurin › index
Getting started with Eclipse Temurin | Red Hat build of OpenJDK | 17 | Red Hat Documentation
February 13, 2026 - Eclipse Temurin delivers quarterly updates of JRE and JDK for the OpenJDK 8, OpenJDK 11, OpenJDK 17, OpenJDK 21, and OpenJDK 25 distributions.
🌐
Adoptium
adoptium.net › installation
Install Eclipse Temurin™ | Adoptium
The binaries are supported on the architectures and operating systems listed in Supported Platforms. If you’re migrating to Temurin, you can learn about the differences between Oracle JDK and Temurin in our Migration Guide and any steps that you might need to take.
🌐
End of Life Date
endoflife.date › eclipse-temurin
Eclipse Temurin | endoflife.date
1 week ago - Eclipse Temurin is a GPLv2 with CPE licensed build of the Open Java Development Kit (OpenJDK). Temurin is certified using the Oracle Java Compatibility Kit (JCK) to demonstrate that it is a compatible implementation of the Java specification.
🌐
Wikipedia
en.wikipedia.org › wiki › Adoptium
Adoptium - Wikipedia
May 15, 2026 - Janssen, Johan. "Eclipse Foundation's Adoptium Releases First Temurin JDK Builds".
🌐
Reddit
reddit.com › r/learnprogramming › what is temurin?
r/learnprogramming on Reddit: What is Temurin?
January 24, 2022 -

Hi, I’m trying to start my journey with University of Helsinkis open course at mooc.fi, and their instructions tell me to download AdoptOpenJDK, OpenJDK 11 (LTS) and Hotspot. When I get to the download page, it says AdoptOpenJDK has moved and redirects me to Adoptium.net to download Temurin 11 (LTS) for macOS x64, jdk-11.0.14+9. Is that correct/legit?

Also, will I still need to download TMCBeans?

Or should I just be going to netbeans.apache.org?

Thanks!

🌐
Adoptium
adoptium.net › temurin › release-notes
jdk-21.0.5+11
Eclipse Temurin offers high-performance, cross-platform, open-source Java runtime binaries that are enterprise-ready and Java SE TCK-tested for general use in the Java ecosystem.
🌐
GitHub
github.com › adoptium
Eclipse Adoptium · GitHub
Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers. Python 286 126 · archive---adoptium.net · archive---adoptium.net Public archive · Development of the website has moved to https://github.com/adoptium/adoptium.net · TypeScript 27 121 · Showing 10 of 85 repositories · jdk Public ·
🌐
Docker Hub
hub.docker.com › _ › eclipse-temurin › tags
eclipse-temurin Tags | Docker Hub
Official Images for OpenJDK binaries built by Eclipse Temurin.
🌐
Scoop Apps
bjansen.github.io › scoop-apps › java › temurin-jdk
Temurin Jdk
Eclipse Temurin is a runtime provided by Eclipse Adoptium for general use across the Java ecosystem
🌐
Adoptium
adoptium.net › supported-platforms
Temurin™ Supported Platforms | Adoptium
Eclipse Temurin offers high-performance, cross-platform, open-source Java runtime binaries that are enterprise-ready and Java SE TCK-tested for general use in the Java ecosystem.