🌐
Oracle
oracle.com › java › technologies › javase › jdk17-archive-downloads.html
Java Archive Downloads - Java SE 17.0.12 and earlier
Go to the Oracle Java Archive page. This page includes archive downloads for JDK 17 updates 17.0.12 and earlier.
🌐
Medium
ansarali-edugaon.medium.com › set-up-jdk17-in-windows-11-f6c9ace6f427
Set up jdk17 in Windows 11.. Hi everyone…. | by Ansar Ali | Medium
July 12, 2024 - ... Note: The JDK version should be 17. Step 2. Install the jdk application. Once the application is downloaded, double-click on the file, follow the instructions, and install the application.
Discussions

Looking for JRE 17 installer for Windows
https://adoptium.net/temurin/releases/?os=windows&arch=x64&package=jre&version=17 You can try this one. However as others pointed out JDK covers your JRE need. Not sure what you'll save up except disk space. More on reddit.com
🌐 r/javahelp
7
1
May 31, 2024
64 bit engine won't install java 17, only java 8
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. Trying to solve problems on your own is a very important skill. Also, see Learn to help yourself in the sidebar If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/javahelp
11
2
August 6, 2022
How to I install the latest version of JDK?
In image 3 you have multiple paths still pointing to JDK 11... windows is picking the first java.exe it comes across (which is in the JDK11 folders) You need to remove the Eclipse Adoptium and Microsoft\jdk-11.0.12.7-hotspot environment variables Ensure the same thing hasn't happened in the user specific PATH variable - you only showed us the system PATH variable ALSO (important) remove the Common Files\Oracle\Java\javapath environment variable. Oracle does some crappy workaround to try and point you to the "latest" of their JDKs by installing shortcuts in that folder - get rid of it, you don't need those as it only adds to the confusion and causes issues similar to the above. Restart after this and try again - if it's still not working then post updated screenshots Basically you should ONLY be pointing to 1 folder with java.exe if you want "java -version" to run that specific version on the command line You can also technically run: C:\Program Files\Java\jdk-20\bin\java.exe -version and this will output the desired version number. But if you want to be able to run just "java -version" then you have to do the above steps. As others have noted Java isn't really "installed" - it's just about telling programs where the exe is. Most IDEs like IntelliJ will let you specify the path without relying on the environment variables or they may also come with a built-in Java version, it really depends on how you want things to be configured. More on reddit.com
🌐 r/javahelp
29
3
June 24, 2023
I have the java 17 installed, I run optifine with it, this happens. I've tried everything. Please god, someone help.
Reinstall JAVA, it should register the .jar extension and it hasn't. More on reddit.com
🌐 r/Optifine
14
120
September 4, 2022
People also ask

What is the difference between Java 17 and Java 11?
Java 17 is the latest LTS (Long Term Support) version. With Java 11, a new release cadence started. Java 11 came with support up to September 2023 and with extended support up to September 2026. Also, with Java 11, the Oracle JDK was no longer free for production and commercial use.
🌐
javacodepoint.com
javacodepoint.com › download-jdk-17-and-install-on-windows-11-64-bit
Free Download JDK 17 and Install on Windows 11 [64-bit] - ...
Does JDK 17 include JRE?
No, in JDK 17, JRE is no longer available. In this release, the JRE or Server JRE is no longer offered. Only the JDK is offered.
🌐
javacodepoint.com
javacodepoint.com › download-jdk-17-and-install-on-windows-11-64-bit
Free Download JDK 17 and Install on Windows 11 [64-bit] - ...
Is JDK 17 free for commercial use?
The Oracle JDK is available free of charge for production use again - under the new "Oracle No-Fee Terms and Conditions" (NFTC) license.
🌐
javacodepoint.com
javacodepoint.com › download-jdk-17-and-install-on-windows-11-64-bit
Free Download JDK 17 and Install on Windows 11 [64-bit] - ...
🌐
Ranjan
javacodepoint.com › download-jdk-17-and-install-on-windows-11-64-bit
Free Download JDK 17 and Install on Windows 11 [64-bit] - Javacodepoint
January 7, 2026 - Also, with Java 11, the Oracle JDK was no longer free for production and commercial use. No, in JDK 17, JRE is no longer available. In this release, the JRE or Server JRE is no longer offered. Only the JDK is offered. The Oracle JDK is available free of charge for production use again – under the new “Oracle No-Fee Terms and Conditions” (NFTC) license. Download JDK 11 and Install it on Windows 11 [64-bit]
🌐
Oracle
docs.oracle.com › en › java › javase › 17 › install › installation-jdk-microsoft-windows-platforms.html
6 Installation of the JDK on Microsoft Windows Platforms
April 21, 2026 - Install JDK on Windows computers by performing the actions described in the following topics: ... Access Java SE Downloads page and click Accept License Agreement. Under the Download menu, click the Download link that corresponds to the .exe for your version of Windows.
🌐
Se-education
se-education.org › guides › tutorials › javaInstallationWindows.html
Java 17 Installation Guide for Windows Users
Oracle Java 17 on Windows. ... Go to the Oracle download site here. ... Choose JDK 17 → Windows. ... Go ahead and sign in if you are prompted by Oracle, or register an account if you haven't done so. Alternatively, you may also download the JDK 17 x64 installer from another provider that ...
🌐
Oracle
oracle.com › java › technologies › downloads
Download the Latest Java LTS Free
Windows · Solaris · Documentation Download · Online Documentation · Installation Instructions · Release Notes · Documentation License · JDK 17 Licensing Information User Manual (includes third-party licenses) Certified System Configurations · Readme · Java Value Engineering · Java SE subscribers will receive JDK 11 updates until at least January 2032.
🌐
javaspring
javaspring.net › blog › install-java-17-windows
Installing Java 17 on Windows: A Comprehensive Guide — javaspring.net
This blog will provide a detailed guide on how to install Java 17 on Windows, including fundamental concepts, usage methods, common practices, and best practices.
Find elsewhere
🌐
Oracle
jdk.java.net › 17
JDK 17 Releases - Java.NET
JDK 17 has been superseded. Please visit jdk.java.net for the current version · Older releases, which do not include the most up to date security vulnerability fixes and are no longer recommended for use in production, remain available in the OpenJDK Archive
🌐
javathinking
javathinking.com › blog › jdk-17-install-windows
Installing JDK 17 on Windows: A Comprehensive Guide — javathinking.com
Add to PATH: Check this box to add the JDK’s bin directory to the system PATH (critical for running java and javac commands globally). Click "Next". Install: Click "Install" to begin the installation. Wait for the process to complete (typically 1–2 minutes). Completion: Click "Finish" to exit the installer. The ZIP archive is ideal if you need a portable JDK (e.g., on a USB drive) or want full control over the installation path. Extract the ZIP File: Locate the downloaded .zip file (e.g., OpenJDK17U-jdk_x64_windows_hotspot_17.0.9_9.zip).
🌐
javaspring
javaspring.net › blog › how-to-install-java-on-windows-11
Installing Java on Windows 11: A Comprehensive Guide — javaspring.net
1. Navigate to Downloads folder: cd %USERPROFILE%\Downloads 2. Run the installer (assuming it's named something like openjdk - 17 - installer.exe): openjdk - 17 - installer.exe · To use Java from the command line or for other applications to ...
🌐
Medium
medium.com › @MadhavPrajapati › how-to-install-the-java-in-windows-11-ab0e9d0dc96
How to Install the Java in Windows 11? | by Madhav Prajapati | Medium
March 30, 2023 - However, if you see java version ... installation instructions. ... 2. And download x64 Installer: https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe ....
🌐
Java With Us
javawithus.com › home › faq › how to install java 17 on windows, mac and linux
How to Install Java 17 on Windows, Mac and Linux | Java With Us
April 21, 2026 - Install Java 17 LTS on any OS: winget or Temurin MSI on Windows, brew install openjdk@17 on Mac, apt install openjdk-17-jdk on Ubuntu.
🌐
TheServerSide
theserverside.com › blog › Coffee-Talk-Java-News-Stories-and-Opinions › How-do-I-install-Java-on-Windows
How do I install Java on Windows?
PS C:\> echo $env:PATH C:\_tools\jdk-17\bin; C:\WINDOWS\system32; C:\WINDOWS; If the full path to the bin folder of the JDK install is listed, then the Windows PATH for Java has been configured correctly.
🌐
Tutorials24x7
tutorials24x7.com › java › how-to-install-java-17-on-windows
How To Install Java 17 On Windows | Tutorials24x7
September 25, 2021 - This tutorial provides all the steps required to install the Oracle Java 17 officially distributed by Oracle for Windows. It provides the steps required to install Oracle JDK 17 on Windows 10. The steps should be the same for other versions of the Windows operating system. Notes: The official installer provided by Oracle does not include the bundled JRE with JDK since Java 11.
🌐
Oracle
java.com › en › download › help › windows_manual_download.html
How do I manually download and install Java for my Windows computer?
Use these simple instructions to manually download and install Java (also known as Java Runtime Environment or JRE) for your Windows computer
🌐
Windows Forum
windowsforum.com › forums › windows help and support forums › windows news
How to Install Java on Windows 11: Safe JDK Choices and Best Practices | Windows Forum
November 9, 2025 - The MSPowerUser beginner guide provides a correct, minimal path to get Java on Windows 11; it’s user‑friendly and gets people running quickly. For most home users and hobbyists that path is sufficient. For developers, IT pros, and anyone planning production deployments, the barebones approach misses several important considerations: vendor choice (Oracle vs OpenJDK builds), licensing, and support windows; verifying downloads and using package managers for repeatable installs;
🌐
Stony Brook University
www3.cs.stonybrook.edu › ~amione › CSE114_Course › materials › resources › InstallingJava17.pdf pdf
Installing Java 17 Downloading
Scroll down to Java SE Development Kit 17.0.2 downloads. Click on the appropriate platform ... For mac, use the x76 DMG installer. Click the link to download the file. For windows, use the x86 MSI Installer.
🌐
Adoptium
adoptium.net › temurin › releases
Latest Releases | Adoptium
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 high-performance, cross-platform, open-source OpenJDK runtime binaries.