Comment installer Java 8 sur AWS Linux

// to install java version 8 use the below command
sudo yum install java-1.8.0-devel
Vishal