🌐
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
🌐
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 ...
Discussions

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
Java doesn't install every time I install it?
First things first, when you "install" Java, that simply means the JDK is put into some folder, usually in C:\Program Files\Java, and the value of your PATH environment variable is updated to include the path to the java.exe. If you just download and extract a ZIP file to wherever, which is what I suspect you're doing, Windows isn't going to automatically going to know what to do with this thing you've downloaded. You need to download a proper installer, which will be a file that ends in either .exe or .msi. Secondly, what do you mean by the "official website"? There are several different vendors of the JDK, including Oracle, the Eclipse Foundation, IBM, and Amazon. Which website are you downloading from? I recommend using JDK 17 from Adoptium: https://adoptium.net/temurin/ . Click on "Latest LTS release" and you should be good to go. More on reddit.com
🌐 r/javahelp
11
2
May 18, 2023
🌐
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.
🌐
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.
🌐
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.
🌐
DEV Community
dev.to › realnamehidden1_61 › how-to-install-java-jdk-17-on-windows-10-5b0d
How to Install Java JDK 17 on Windows 10 - DEV Community
June 17, 2023 - Posted on Jun 17, 2023 · #java #jdk #install · step 1 : go to below site · Java 17 Link · step 2 : double click on downloaded exe file · goto system variables · then click on path · click on edit button · Subscribe · For further actions, you may consider blocking this person and/or reporting abuse ·
🌐
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 - Go to this site and download the ‘windows x64 installer’. when the file is downloaded, click on the file and install it. ... 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. ... My JDK kit directory’s path is ‘C:\Program Files\Java\jdk-17’. You can also choose a different path by clicking on the change button.
🌐
Stony Brook University
www3.cs.stonybrook.edu › ~amione › CSE114_Course › materials › resources › InstallingJava17.pdf pdf
Installing Java 17 Downloading
Verify that you are using the correct version by typing ‘java –version’. It should show 17.0.2. Then you can build java programs with the javac command and executing them by running · the Java runtime environment using the java command. ... You will be walked through a series of dialog boxes. Accept all the defaults by clicking the · Next button each time. At this point, windows may display a dialog asking if you wish to modify system software. Click the Yes button to allow the install to continue.
Find elsewhere
🌐
Tutorials24x7
tutorials24x7.com › java › how-to-install-java-17-on-windows
How To Install Java 17 On Windows | Tutorials24x7
September 25, 2021 - Install Java 17 on Windows with ease. Follow our detailed guide to set up the latest version of Java, enhancing your development environment effectively.
🌐
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.
🌐
Geekyscript
geekyscript.com › how-to-install-java-jdk17-in-windows-10-step-by-step-complete-guide
How to Install Java JDK 17 in Windows 10? Step by Step Complete Guide
Following are the steps for JDK 17 free download for 64 bit and installation. Step 1) To download java, go to their official site, and then simply click on JDK Download under Oracle JDK. Step 2) Now you will be redirected to Java SE Development Kit 15.0.2 page. Here just simply scroll down and you will see Windows x64 Installer.
🌐
Ranjan
javacodepoint.com › jdk-17-installation-on-windows-10-step-by-step
JDK 17 Installation on Windows 10 64-bit - Javacodepoint
January 7, 2026 - To verify the installation open the command prompt(Win+R key and type cmd) and then type java -version and press Enter key. Congratulations! You have successfully installed the Java Development Kit (JDK) 17 on your Windows system.
🌐
CodingTechRoom
codingtechroom.com › question › install-java-cmd-script
How to Install Java Using a CMD Script? - CodingTechRoom
... @echo off :: Step 1: Download ... JDK_INSTALLER=jdk-17_windows-x64_bin.exe powershell -Command "Invoke-WebRequest -Uri %JDK_URL% -OutFile %JDK_INSTALLER%" :: Step 2: Install Java JDK silently %JDK_INSTALLER% /s ...
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_build_of_openjdk › 17 › html-single › installing_and_using_red_hat_build_of_openjdk_17_for_windows › index
Installing and using Red Hat build of OpenJDK 17 for Windows | Red Hat build of OpenJDK | 17 | Red Hat Documentation
C:\> java -version openjdk version "17" 2021-09-14 LTS OpenJDK Runtime Environment 21.9 (build 17+35-LTS) OpenJDK 64-Bit Server VM 21.9 (build 17+35-LTS, mixed mode, sharing) This procedure describes how to install Red Hat build of OpenJDK 17 for Microsoft Windows using the MSI-based installer.
🌐
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 - To verify the installation, open the command prompt(Win+R key and type cmd) and then type java -version and press Enter key. Congratulations! You have successfully installed Java JDK 17 on your Windows 11 Operating system.
🌐
SILENT INSTALL HQ
silentinstallhq.com › java-17-silent-install-how-to-guide
Java 17 Silent Install (How-To Guide) - SILENT INSTALL HQ
October 12, 2025 - Download the jdk-17_windows-x64_bin.exe to a folder created at (C:\Downloads) Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator ...
🌐
YouTube
youtube.com › watch
#1 How to Download and Install Java 17 JDK JRE JSHELL on Windows 10 - YouTube
How to Download and Install Java 17 JDK JRE JSHELL on Windows 10https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.htmlAffiliate Disclai...
Published   October 8, 2025
🌐
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.