본문 바로가기

Programming/Java

[Java] 환경변수 참고

반응형
JAVA_HOME = jdk 설치경로 (예. C:\jdk버전)
CLASSPATH = .;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\jre\lib\ext
PATH = %PATH%;%JAVA_HOME%\bin

운영체제 환경에 맞게 변형해서 설정할 것

 

RedHat OpenJDK Download: https://developers.redhat.com/products/openjdk/download

 

OpenJDK Download

Container Images Download secure, certified, and up-to-date container images for OpenJDK.

developers.redhat.com

AdoptOpenJDK: https://adoptopenjdk.net/

 

AdoptOpenJDK

AdoptOpenJDK provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure. Supported platforms include Linux, macOS, Windows, ARM, Solaris, and AIX.

adoptopenjdk.net

https://adoptium.net/

 

Home | Adoptium

The Adoptium® Working Group The Adoptium Working Group promotes and supports high-quality runtimes and associated technology for use across the Java ecosystem. Our vision is to meet the needs of Eclipse and the broader Java community by providing runtimes

adoptium.net

 

반응형