```
윈도우에 SDKMAN 설치하는 방법 한가지
```

이번 글을 통해 배워갈 내용
- 윈도우에 SDKMAN 설치하는 방법 한 가지
git bash 설치
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
7 zip설치
7-Zip
7-Zip 7-Zip is a file archiver with a high compression ratio. Download 7-Zip 23.01 (2023-06-20) for Windows x64 (64-bit): Link Type Windows Size Download .exe 64-bit x64 1.5 MB Download 7-Zip 23.01 for another Windows platforms (32-bit x86 or ARM64): Link
www.7-zip.org
필요시
Visual C++ Redistributable for Visual Studio 2015 설치
C:\Program Files\7-Zip/zip.exe 로
C:\Program Files\7-Zip/7z.exe 파일을 복사
cmd
copy "C:\Program Files\7-Zip\7z.exe" "C:\Program Files\7-Zip\zip.exe"
시스템 변수 추가 (직접 환경 변수 열고 하는 것을 추천)
setx JAVA_HOME "C:\Users\사용자명\.sdkman\candidates\java\current" \m
시스템 변수 PATH에 추가 (직접 환경 변수 열고 하는 것을 추천) 아래는 추가해야되는 값
%JAVA_HOME%\bin
C:\Program Files\7-Zip
git bash 실행
sdk 설치
curl -s "https://get.sdkman.io" | bash
sdk java 세팅
sdk version
sdk list java
sdk install java 21.0.2-ms
sdk use java 21.0.2-ms
확인
cmd 에서
java -version
읽어주셔서 감사합니다
무엇인가 얻어가셨기를 바라며
오늘도 즐거운 코딩하시길 바랍니다 ~ :)
'Java > Java 기타' 카테고리의 다른 글
Keytool 사용법: RFC 형식으로 인증서를 keystore.pem으로 내보내는 한가지 방법 (1) | 2023.09.24 |
---|---|
JAVA로 점을 가진 문자열 나누는 방법 (0) | 2022.08.23 |
Clean Code에 대한 김씨의 1가지 생각 (0) | 2022.05.26 |
자바에서 @SafeVarargs사용하는 한 가지 방법 (0) | 2022.05.21 |
자바에서 @FunctionalInterface 사용하는 한 가지 방법 (0) | 2022.05.21 |
```
윈도우에 SDKMAN 설치하는 방법 한가지
```

이번 글을 통해 배워갈 내용
- 윈도우에 SDKMAN 설치하는 방법 한 가지
git bash 설치
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
7 zip설치
7-Zip
7-Zip 7-Zip is a file archiver with a high compression ratio. Download 7-Zip 23.01 (2023-06-20) for Windows x64 (64-bit): Link Type Windows Size Download .exe 64-bit x64 1.5 MB Download 7-Zip 23.01 for another Windows platforms (32-bit x86 or ARM64): Link
www.7-zip.org
필요시
Visual C++ Redistributable for Visual Studio 2015 설치
C:\Program Files\7-Zip/zip.exe 로
C:\Program Files\7-Zip/7z.exe 파일을 복사
cmd
copy "C:\Program Files\7-Zip\7z.exe" "C:\Program Files\7-Zip\zip.exe"
시스템 변수 추가 (직접 환경 변수 열고 하는 것을 추천)
setx JAVA_HOME "C:\Users\사용자명\.sdkman\candidates\java\current" \m
시스템 변수 PATH에 추가 (직접 환경 변수 열고 하는 것을 추천) 아래는 추가해야되는 값
%JAVA_HOME%\bin
C:\Program Files\7-Zip
git bash 실행
sdk 설치
curl -s "https://get.sdkman.io" | bash
sdk java 세팅
sdk version
sdk list java
sdk install java 21.0.2-ms
sdk use java 21.0.2-ms
확인
cmd 에서
java -version
읽어주셔서 감사합니다
무엇인가 얻어가셨기를 바라며
오늘도 즐거운 코딩하시길 바랍니다 ~ :)
'Java > Java 기타' 카테고리의 다른 글
Keytool 사용법: RFC 형식으로 인증서를 keystore.pem으로 내보내는 한가지 방법 (1) | 2023.09.24 |
---|---|
JAVA로 점을 가진 문자열 나누는 방법 (0) | 2022.08.23 |
Clean Code에 대한 김씨의 1가지 생각 (0) | 2022.05.26 |
자바에서 @SafeVarargs사용하는 한 가지 방법 (0) | 2022.05.21 |
자바에서 @FunctionalInterface 사용하는 한 가지 방법 (0) | 2022.05.21 |