在 Ubuntu 中的 JDK 中无法找到 tools.jar

在 Ubuntu 中的 JDK 中无法找到 tools.jar

我使用以下命令安装 openjdk

sudo apt install openjdk-11-jdk

但似乎没有出现lib/tools.jar。我确定是我下载的 jdk 而不是 jre。我在这里做错了什么?

答案1

你没有做错什么。tools.jar在 JDK 9 中被删除。从JEP 220:模块化运行时映像

删除:rt.jar 和 tools.jar


相关文章如何在 Windows 上获取 OpenJDK 11 的 tools.jar? - 问答 - 云+社区 - 腾讯云

相关内容