You should get the file jdk-17_windows-x64_bin.exe downloaded. Note that Oracle also provides SHA256 checksum for the file, for use in case you want to verify integrity of the file:certutil -hashfile jdk-17_windows-x64_bin.exe SHA256
Compare the output of this command against the value posted by Oracle in the corresponding sha256 link.
Just click Next to start installing JDK 17 for your Windows computer. It should be very quick. The installer will update Java Path in C:\Program Files\Common Files\Oracle\Java\javapath directory. Now you can open a new command prompt and type java –version to verify:
That means you have successfully installed Oracle JDK 17 on your Windows operating system. If it doesn’t work, follow this guide to update system environment variables for Java manually.To watch the steps in action, I recommend you watch the following video:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He began programming with Java back in the days of Java 1.4 and has been passionate about it ever since. You can connect with him on Facebook and watch his Java videos on YouTube.