(1)安装JDK

安装JDK,如果没有java-17-openjdk-devel就没有javac命令

```bash
yum  install  java-17-openjdk   java-17-openjdk-devel     
```