ohnosequences / aws-statika

The part of Statika which contains all Amazon Web Services specifics
https://github.com/ohnosequences/statika
GNU Affero General Public License v3.0
0 stars 0 forks source link

default Java should be Java 8 #5

Closed eparejatobes closed 9 years ago

eparejatobes commented 9 years ago

Link from the Oracle website:

eparejatobes commented 9 years ago

This should work after downloading it

# exec as root
yum install -y jdk-8u45-linux-x64.rpm
alternatives --install /usr/bin/java java /usr/java/default/bin/java 99999
alternatives --auto java
eparejatobes commented 9 years ago

In the end I just removed the java7 instance and installed java8 directly through yum.