Saturday, May 23, 2020

Install Java 8 in EC2 instance of AWS

I wont take your much time, lets get straight to the solution

check Java current version
java -version
install Java 1.8
sudo yum install java-1.8.0
change the Java version
sudo alternatives --config java

No comments:

Post a Comment