ubuntu15 以下安装 openjdk8
If you really want to use OpenJDK, you have to compile from source. There is not still any PPA for OpenJDK. It has been requested at https://bugs.launchpad.net/ubuntu/+bug/1297065
I recommend you to use Webup8 Oracle Java8 Installer
1 | sudo add-apt-repository ppa:webupd8team/java -y |
- To automatically set up the Java 8 environment variables
1 | sudo apt-get install oracle-java8-set-default |
- Check it
1 | java -version |