메뉴 건너뛰기

GREATUSER

tech

URL : http://openjdk.java.net/install/ How to download and install prebuilt OpenJDK packages JDK 9 & Later Oracle’s OpenJDK JDK binaries for Windows, macOS, and Linux are available on release-specific pages of jdk.java.net as .tar.gz archives. As an example, the archives for JDK 10 may be found on jdk.java.net/10 and may be extracted on the command line using $ tar xvf openjdk-10*_bin.tar.gz JDK 8 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-8-jre The openjdk-8-jre package contains just the Java Runtime Environment. If you want to develop Java programs then please install the openjdk-8-jdk package. Fedora, Oracle Linux, Red Hat Enterprise Linux, etc. On the command line, type: $ su -c “yum install java-1.8.0-openjdk” The java-1.8.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.8.0-openjdk-devel package. JDK 7 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-7-jre The openjdk-7-jre package contains just the Java Runtime Environment. If you want [ more... ]


원문출처 : https://jirak.net/wp/how-to-download-and-install-prebuilt-openjdk-packages-in-linuxredhat-and-ubuntu/
번호 제목 글쓴이 날짜 조회 수
4 FTP 상태코드 위대한유저 2009.08.28 78604
3 HTTP 응답코드 위대한유저 2009.04.02 64545
2 Control-D 화면에 대한 고찰 위대한유저 2009.03.13 43698
1 /etc/fstab 설정하기 [1] 위대한유저 2009.01.29 234326
위로