Lang/Java

윈도우 버전별 자바 최소 버전

hamaganatanadda 2024. 5. 25. 11:43

자바 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