OpenJDK JDK 18.0.2.1 GA Release
OpenJDK JDK 18.0.2.1 General-Availability Release This page provides production-ready open-source builds of the Java Development Kit, version 18, an implementation of the Java SE 18 Platform under the GNU General Public License, version 2, with the Clas
jdk.java.net
jdk 설치는 위 사이트에 접속해서 설치한다
1. VS code 설정
VS Code를 실행 후 , 왼쪽의 extension을 클릭한 후 Extension Pack for Java 를 설치한다.
2. java_home 설정
상단의 File - Preferences -> Setting 로 들어간다
검색창에 java.home을 검색
Edit in setting.json 을 클릭하여 아래 편집모드로 들어간다.
VS Code를 재시작하고 run java를 실행하면 된다.