简体   繁体   中英

How to uninstall openjdk on amazon ec2 micro instance running Redhat Linux

I have Installed OpenJdk on my redhat instance recently. Now am in need to go for Java Jdk. I saw some sites for replacement but none working for me. Thanks in advance..

Install the JDK , then written to the terminal.

alternatives --config java

Enter the number

I work in fedora , try it in Red Hat.

Spring boot application is failed to start on AWS EC2 instance because of JDK old version is running on EC2 Instance. I have run following command to set updated version 1.8 from 1.7. Follow command:

sudo yum install java-1.8.0
sudo /usr/sbin/alternatives --config java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM