Pages - Menu

miércoles, 4 de enero de 2017

Moving from java 1.7 to 1.8 on Ubuntu

Short answer:


Add the repository and update apt-get:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
Install Java8 and set it as default:
sudo apt-get install oracle-java8-set-default
Check version:
java -version

Long answer:

Stackoverflow


No hay comentarios:

Publicar un comentario