자바 8 무료 마지막 버전
1.8.0_202
서버 2019, 윈도우 10 이후에는 유료 버전 또는 오픈 JDK, JDK 17(현재 무료)를 사용해야 한다.
이후에 버전에서도 사용은 되나 성능상에 문제가 발생할 수도 있다.
오픈 JDK는 이클립스 adoptium를 많이 추천 하는 것 같다. MS에서 제공하는 OpenJDK도 있다.
https://www.oracle.com/java/technologies/javase/products-doc-jdk8-jre8-certconfig.html
Oracle JDK 8 and JRE 8 Certified System Configurations
ATI Mobile GPUs: Mobility Radeon HD 3000, 4000, and 5000 series Desktop GPUs: Radeon HD 2400, 3000, 4000, 5000, and 6000 series
www.oracle.com
성능상에 문제가 발생했다는 스택오버플로우 링크
https://stackoverflow.com/questions/60424085/java-8-performance-issues-in-windows-server-2019
Java 8 Performance Issues In Windows Server 2019
I have recently migrated some scheduled jobs from a Windows Server 2012 virtual server to a new Windows Server 2019 virtual server, and have noticed some notable performance degradation in certain ...
stackoverflow.com
오픈JDK
https://adoptium.net/temurin/releases/?version=8&os=windows&arch=x64&package=jdk
Latest Releases | Adoptium
adoptium.net
https://learn.microsoft.com/ko-kr/java/openjdk/download
Microsoft Build of OpenJDK 다운로드
OpenJDK의 Microsoft 빌드를 다운로드할 위치를 설명합니다.
learn.microsoft.com
'Lang > Java' 카테고리의 다른 글
Java jar 윈도우 서비스 등록하기 (0) | 2024.12.22 |
---|---|
poi excel 로 빈 값 처리 시 주의해야 하는 부분 (0) | 2024.12.15 |
LocalDateTime 밀리세컨드 format 동적으로 처리방법 (0) | 2023.11.19 |
간단하게 Java synchronized 사용 방법 (0) | 2023.07.01 |
밀리세컨드 범위 동적으로 사용 (0) | 2023.05.07 |