일기장/개발일기

[개발환경] mac에 sts 설치하기

살찐만두 2022. 11. 28. 10:45
728x90

맥북 초보자 sts깔기 레츠고

 

sts를 깔건데 먼저 

https://spring.io/tools

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io

여기에 들어가서 해당하는 os의 툴을 설치해준다. 

 

설치 완료

워크스페이스 설정까지 해주면 sts는 설치 완료이다.

 

다음 중요한 것. 

java설치 여부이다. 사실 제일 중요.

먼저 맥북에 있는 터미널을 켠다. 

터미널 경로는 finder -> 유틸리티 -> 터미널

 

터미널을 찾았으면 java -version 명령어를 입력해본다.

빨간 네모를 보자. 

없다는 것 같다. 설치를 해야한다. 

 

https://www.oracle.com/java/technologies/downloads/#jdk17-mac

 

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

설치를 해주면!

jdk폴더가 생기고, 

 

계속계속설치 해주면 간단스하게 설치 완료.

 

다음 진짜 설치 되었는지 확인해봐야한다. 

다시 터미널을 켠다.

 

빨간 네모를 보자.

아까 처럼 java -version 을 입력했을 때 버전 정보가 나온다면 정상 설치 완료!

 

이제 java사용이 가능하다!

이제 프로젝트를 만들 수 있다!

728x90