Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Quartz
- 네트워크
- JavaScript
- import
- netsh
- GIT
- Source
- context
- find
- tomcat
- bash
- xargs
- 줄바꿈 문자
- Windows 10
- vscode
- grep
- web.xml
- 단축키
- profile
- Windows
- resource
- ssh
- Eclipse
- IntelliJ
- VirtualBox
- Mac
- plugin
- maVen
- port
- lsof
Archives
- Today
- Total
develog
[aws] temurin-17-jdk 설치 본문
# ---------------------------------
# temurin jdk 17 설치
# ---------------------------------
# temurin-17-jdk rpm 다운로드
wget https://packages.adoptium.net/artifactory/rpm/amazonlinux/2/x86_64/Packages/temurin-17-jdk-17.0.7.0.0.7-1.x86_64.rpm
# rpm 설치
sudo yum localinstall temurin-17-jdk-17.0.7.0.0.7-1.x86_64.rpm
# java 버전 확인
java -version
https://packages.adoptium.net/ui/native/rpm/amazonlinux/2/x86_64/Packages/
JFrog
packages.adoptium.net
Comments