JDK 설치하기
1. 오라클 다운로드 센터에서 JDK 17 Win x64를 설치
https://www.oracle.com/kr/java/technologies/downloads/#jdk17-windows
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
2. 다운받은 파일을 실행
3. 설치 경로를 확인
환경변수 설정하기
- 고급 시스템 설정에 환경변수 클릭
- 시스템 변수에서 변수 이름과 변수 값을 지정
- Path 변수에 bin 폴더 경로를 추가
결과
명령 프롬프트에서 java와 javac(컴파일러) 버전을 확인
'spring boot' 카테고리의 다른 글
Spring Boot @Builder (0) | 2023.03.14 |
---|---|
Spring Boot Thymeleaf Caching(템플릿 캐싱) (0) | 2023.03.13 |
Spring Boot, React 연동하기 (0) | 2023.02.15 |
Spring Boot (0) | 2022.11.04 |