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
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
'Programming > Java' 카테고리의 다른 글
[Java] Oracle JDBC releases Vs JDK versions (0) | 2022.10.25 |
---|---|
[Java] 키 입력(Scanner) (0) | 2020.05.26 |
[Java] JDBC Test (ORACLE DB, tnsnames.ora) (0) | 2020.05.14 |
[Java] 시스템 환경변수 관련(getenv) (0) | 2020.04.25 |