메뉴 건너뛰기

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/
번호 제목 글쓴이 날짜 조회 수
34 mysql server system variables log_warnings to log_error_verbosity 관리자 2016.10.05 1903
33 yum update error: "error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"" 위대한유저 2015.01.30 1972
32 error messag : Fatal error: Call to undefined function session_register() 위대한유저 2015.07.08 2176
31 error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE in PHP (after update centos-7.4) 관리자 2017.11.15 2217
30 mysql error : No data – zero rows fetched, selected, or processed 관리자 2016.04.06 2324
29 XE 1.8.3 Release 위대한유저 2015.06.11 2462
28 IE 확대/축소 기능끄기 위대한유저 2014.07.01 2592
27 XE 1.8.2까지의 버전에서 슬라이드 사용안함 속성이 반영 안되는 문제 위대한유저 2015.05.21 2902
26 xfce4 on centos7(rhel7) 위대한유저 2015.01.28 3453
25 윈도우에서 ARP CACHE 삭제/초기화 하는 방법 위대한유저 2015.05.29 3470
24 넷북 환경에서 윈도우 8.1 업데이트 하기 위대한유저 2014.05.14 3976
23 net use 사용시 시스템 오류 58(이)가 생겼습니다. 위대한유저 2015.04.08 6857
22 [python] 현재 실행중인 함수 이름 구하기 (sys._getframe().f_code.co_name) 관리자 2018.03.28 7671
21 아파치(httpd) ServerTokens 설정 위대한유저 2014.03.16 9807
20 Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP 위대한유저 2014.01.01 15462
위로