Installing java(windows)

2024. 5. 30. 22:08영어/java

반응형

1) searching word "java jdk download" on goole

 

2) click the link

https://www.oracle.com/kr/java/technologies/downloads/

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

3) jdk download and execute file

you can find the file at C:\Program Files\Java

 

 

4) edit the system enviroment variables

 

if you type the word "enviroment" at search windows you can find that menu (" edit the system enviroment variables ")

 

 

 

enter the path of the bin folder inside the JDK file here. and move up to first. and click ok

 

 

5) You can check whether the JDK is properly installed.

 

type the word "command prompt" at windows search


Enter "java -version" at the command prompt. You can see the version of java installed

 

 


Also, if you enter "jshell -version", you can see the version of JShell.

What is JShell?

  • JShell was introduced in JDK 9. It is a Java REPL (Read-Evaluate-Print Loop).

 

You are all set with java installation.

반응형

'영어 > java' 카테고리의 다른 글

java operator  (0) 2024.06.06
JShell  (0) 2024.05.30