🎡[InteliJ] Java version 변경

양현정·2023년 10월 26일
0

InteliJ

목록 보기
1/2
post-thumbnail

🔎InteliJ에서 Java version을 변경하기


1. File > ProjectStructure > ProjectSettings > SDKs

  • SDK 변경

3. File > ProjectStructure > ProjectSettings > Modules

  • Source탭의 Module SDK 변경

  • Dependencies탭의 Language level 변경

4. File > ProjectStructure > PlatformSettings

  • +버튼 클릭 후 Add JDK로 jdk를 추가해 준다.
  • 파일 경로 (다를수 있음) : C:\Program Files\Java\jdk-17


5. File > Settings > Build, Execution, Deployment > Compiler > JavaCompiler

  • Project bytecode version 변경

5. File > Settings > Build, Execution, Deployment > Build Tools > Gradle

  • Gradle JVM 변경
    업로드중..

0개의 댓글