安装 JDK
使用 apt-get 安装 JDK
sudo apt-get install default-jdk
查询 Java 版本
java -version
查询 Java 安装路径
update-alternatives
2019-11-15