How to install JDK 18 on windows

Опубликовано: 16 Март 2026
на канале: The Frustrated Programmer
1,529
136

This video will explain how to install JDK on windows and how to setup environment variables as well as system variables.

Also how to run a java program.

Important links :-
JDK:- https://www.oracle.com/java/technolog...

To learn java in easier way through memes you can follow our instagram page

link :-   / the.frustrated.programmer  

commands :-

To compile a program javac className.java
To run a program java ClassName

example

javac hello.java - to compile
java hello -to run

consider hello is my main class.

#java #jdk #installation #javainstallation #tfp_java #helloworld