You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
(1)安装JDK
|
|
|
|
|
|
|
|
|
|
安装JDK,如果没有java-17-openjdk-devel就没有javac命令
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
yum install java-17-openjdk java-17-openjdk-devel
|
|
|
|
|
```
|
|
|
|
|
|