https://gre-eny.tistory.com/343
[AWS] EC2(Amazon Linux 2)에 Java 11 설치하기
Amazon Linux 2 이미지를 가지고 실행된 AWS EC2 에서 Java 11 을 설치해 보자. yum 으로 설치 가능한 Java 는 버전 8까지이다. 따라서 아마존에서 제공하는 OpenJDK인 Amazon Coretto 를 다운받아 설치하자. $ yum li
gre-eny.tistory.com
https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/windows-7-install.html
Amazon Corretto 17 Installation Instructions for Windows 10 or Later - Amazon Corretto 17
Amazon Corretto 17 Installation Instructions for Windows 10 or Later This topic describes how to install and uninstall Amazon Corretto 17 on a host or container running the Windows 10 or later Windows operating system. Install Amazon Corretto 17 Download a
docs.aws.amazon.com
sudo yum install https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.rpm
'Spring > error log' 카테고리의 다른 글
DataGrip에 데이터베이스 연결했을 때 use 데이터베이스명; 안되는 이유 (0) | 2023.12.15 |
---|---|
[Error/MySQL/RDS] ERROR 2003 (HY000): Can't connect to MySQL server on ... (0) | 2023.12.15 |
Amazon Linux 2023 에 MySQL 설치 (0) | 2023.12.15 |
[AWS EC2] 시스템 호스트네임 변경하기 - Amazon Linux AMI 1, 2 (0) | 2023.12.14 |
Deprecated 된 MediaType.APPLICATION_JSON_UTF8 (0) | 2023.12.13 |