How to install JDK8 on the cloud server

1. Check the JDK version

yum -y list java*

2. Run the jdk installation command

yum install -y java-1.8.0-openjdk-devel.x86_64

3. View the installation results

java -version

Supongo que te gusta

Origin blog.csdn.net/m0_63270506/article/details/129777563
Recomendado
Clasificación