본문 바로가기
JAVA

JDK 설치 및 경로 설정

by Wanado 2023. 1. 5.
728x90

https://gilu-world.tistory.com/34

 

Java 1.8 설치 및 환경변수 설정(JDK 1.8 - 8u341, 2022.09.19)

자바 환경변수 설정 안녕하세요. 이번 글에서는 자바를 사용하기 위해 가장 먼저 진행했어야 했던 JDK 환경변수를 설정하는 방법을 소개하도록 하겠습니다. 순서는 설치 그리고 환경변수 설정

gilu-world.tistory.com

 

java  -version

 

 

Error : Upgrade Module SDK in project settings to 17 or higher

https://crunchify.com/intellij-idea-project-module-and-latest-java-setup-java-17-or-newer/

 

IntelliJ IDEA Project/Module and latest Java setup (Java 17 or newer) • Crunchify

Java development team has changed their release cycle after Java8 significantly and now they are releasing new version every few months. I personally like

crunchify.com

*java compiler 버전을 동일하게 해준다.

728x90

'JAVA' 카테고리의 다른 글

@Override의 의미  (0) 2025.01.10
stream에 대한 궁금증  (0) 2025.01.10
java 튜토리얼  (0) 2024.11.14
private과 static 차이  (1) 2023.11.24
Spring Security / JWT / OAuth  (0) 2023.03.02