Java

sdkman 설치

aim4fun 2020. 7. 23.
반응형

sdkman이란 무엇인가

  • sdkman은 command line tool로 다양한 버전의 Java, Gradle, Maven 등을 설치하고 관리할 수 있다.
    즉, 프로젝트마다 다른 버전을 사용해야 할 때 유용하다.
  • 공식홈페이지에서 다운로드 가능하다.
  • sdkman은 bash로 작성되므로 bash 환경이 필요하다. 
    • 따라서 Git Bash를 사용하였다.
    • 또한, sdkman을 설치하기 위해서는 zip 유틸리티가 필요한데 window에는 없으므로 따로 다운로드를 받아야 한다.
 

zip and unzip for the windows command line

How to get zip and unzip on the windows command line for quick creation and extraction of zip compressed files. Download the free Windows executables: (for Linux, see below) to extract zip files on the command line, download unzip.exe here. this file is a

stahlworks.com

 

사용 가능한 Java 버전 목록 확인

  • sdk list java

 

Java 설치 

  • sdk install java x.y.z-zulu
    • e.g. sdk install java 12.0.2-zulu

 

 

🍀 참고사이트

- sdkman

'Java' 카테고리의 다른 글

Program arguments와 VM arguments의 차이점  (0) 2020.08.06
sdkman JDK 경로 이클립스에 설정하기  (0) 2020.04.16
컴파일 에러 메시지 정리  (1) 2019.01.03

댓글