본문 바로가기
Programming/Linux

[Linux] wsl2 java설치

by prinha 2020. 12. 14.
728x90
반응형


jdk 패키지 검색
apt-cache pkgnames | grep jdk

 

 

open jdk8

launchpad.net/~openjdk-r/+archive/ubuntu/ppa

 

OpenJDK builds (all archs) : “PPA for OpenJDK uploads (restricted)” team

 

launchpad.net

1) jdk설치
sudo add-apt-repository ppa:openjdk-r/ppa
2) 업데이트
sudo apt-get update


oracle jdk8

launchpad.net/~webupd8team/+archive/ubuntu/java

 

Oracle Java (JDK) 8 Installer PPA (DISCONTINUED) : “WebUpd8” team

The Oracle JDK License has changed for releases starting April 16, 2019. The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as persona

launchpad.net

1) jdk 설치
sudo add-apt-repository ppa:webupd8team/java
2) 업데이트
sudo apt-get update

 

728x90
반응형