[no sound]
Download and install OpenJDK Java 17 64 bit on Windows 11 Operating System
Simply follow the slideshow screenshots.
If you don't understand a screenshot, pause it and take a little more time.
Or, review the next one and come back later to understand it.
The method described here also applies to other Java JDK versions.
The process simply involves specifying the correct Java folder path in the system environment variables.
After this step, you can compile the source code of any Java project on your computer.
Since the JDK also includes the JRE, you can run compiled Java applications with the
java -jar applicationName.jar
command.
Türker Öztürk