Cara Menginstal Java 8 di AWS Linux

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