(Java Advanced Tutorial) Chapter 5 Linux Usage and Program Deployment - Section 3: Package Manager yum and Linux Permissions

1: Environment setup

(1)Jdk installation

The JDK on yum is OpenJDK, which is an open source version of JDK and is slightly different from Oracle's official JDK. In order to reduce trouble, here we can use OpenJDK

yum install java-1.8.0-openjdk-devel.x86_64

Guess you like

Origin blog.csdn.net/qq_39183034/article/details/133690515
Recommended