Thursday, 24 October 2024

How to Install JDK 23 on Windows 11 | JDK 23 Installation on Windows 11

🚀 Start Your Coding Journey! 🚀

Ready to build your first Java application? Join the Ram N Java family for simple, step-by-step tech guides and expert Java tutorials!

SUBSCRIBE TO THE CHANNEL

Setting Up Java JDK 23 on Windows 11

The Java Development Kit (JDK) is the essential toolset every developer needs to write and run Java programs. With the release of JDK 23, setting up your environment correctly is more important than ever. In this guide, we make the installation process easy and foolproof!

1. Downloading the Correct Version

First, head over to the official Oracle website. You’ll want to download the x64 Installer for Windows. This is the executable file that will do most of the heavy lifting for you.

2. The Installation Process

Once the download is complete, run the installer. The default installation path is usually C:\Program Files\Java\jdk-23. We recommend keeping this path as it is, as it makes setting up your environment variables much easier later on!

3. Configuring Environment Variables

This is the step where most beginners get stuck! To make Java work from any command prompt, you must add the "bin" folder of your JDK to the System Path.

  • Open Edit the system environment variables.
  • Click Environment Variables.
  • Under System Variables, find Path and click Edit.
  • Add the new path pointing to your JDK bin folder.

Keep Exploring with Ram N Java!

Master more tech and AI skills with these top tutorials:

1 comment:

Tutorials