Spring/Springboot-Intellij

[IntelliJ] IntelliJ Ultimate 설치 & JetBrains 회원가입 & open JDK설치

congs 2025. 1. 25. 21:02

IntelliJ Ultimate 설치

https://www.jetbrains.com/idea/download/?section=windows

 

Download IntelliJ IDEA – The Leading Java and Kotlin IDE

Download the latest version of IntelliJ IDEA for Windows, macOS or Linux.

www.jetbrains.com

 

 

JetBrains 회원가입

https://account.jetbrains.com/login

 

JetBrains Account

 

account.jetbrains.com

 

open JDK 설치

  • 이전에는 oracle JDK를 사용했으나 유로화로 인해 open JDK 설치
  • LTS(Long Time Support) = 장기지원 버전 17버전 설치

https://adoptium.net/

 

Home | Adoptium

The Adoptium® Working Group The Adoptium Working Group promotes and supports high-quality runtimes and associated technology for use across the Java ecosystem. Our vision is to meet the needs of Eclipse and the broader Java community by providing runtimes

adoptium.net

 

현재 컴퓨터의 시스템 종류 확인 가능 ) 제어판 - 시스템
Browser 클릭


₩EclipseAdoptium₩경로를 ₩Java₩ 로 수정


X로 되어있는 버튼 클릭 후 Will be installed on local hard drive 로 변경


이렇게 설치가 완료되면, 시스템 환경변수를 확인해준다

제어판 - 시스템 - 고급시스템 설정
환경변수 클릭
시스템 변수에 JAVA_HOME 이 있는지 확인 완료 (만약 없다면 새로만들기 - C:\Program Files\Java\ {JDK 설치경로}로 만들기)


path변수 수정을 위해 편집하기
맨위 항목 클릭후 텍스트 편집을 클릭
변수 값의 가장 앞에 %JAVA_HOME%bin; 값을 추가하고 확인


cmd창에 들어가서 java -version을 쳤을때, 다운받은 JDK가 뜨면 완료