viernes, 25 de mayo de 2018

Java en Ubuntu 14

No suitable Java Virtual Machine could be found on your system.

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Be sure to accept the Oracle license!
Step #3: Verify Installation
Now verify that Java is installed and is of version 1.8.x:

java -version


 

No hay comentarios: