Java 符号不再出现在系统偏好设置中,但仍会安装
Java symbol not in system preferences anymore, but still installed
我必须处理关于在 mac 上安装 Java 的一个令人困惑的问题:
如果我进入系统偏好设置,不再有 Java 符号:
但是如果我在终端输入java -version
,我会得到
java version "14" 2020-03-17
Java(TM) SE Runtime Environment (build 14+36-1461)
Java HotSpot(TM) 64-Bit Server VM (build 14+36-1461, mixed mode, sharing)
所以,似乎 Java 仍然安装。
我的系统:macOS High Sierra 版本 10.13.6
您在系统偏好设置中寻找的 Java 符号是 "Java Control panel"。它已在 Java 的最新版本中被删除:
https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html#JDK-8185077
[...] Please note that the Java Control Panel, which was used for configuring the deployment technologies, has also been removed along with the shared system JRE (but not the server JRE) and the JRE Auto Update mechanism.
我必须处理关于在 mac 上安装 Java 的一个令人困惑的问题:
如果我进入系统偏好设置,不再有 Java 符号:
但是如果我在终端输入
java -version
,我会得到java version "14" 2020-03-17 Java(TM) SE Runtime Environment (build 14+36-1461) Java HotSpot(TM) 64-Bit Server VM (build 14+36-1461, mixed mode, sharing)
所以,似乎 Java 仍然安装。
我的系统:macOS High Sierra 版本 10.13.6
您在系统偏好设置中寻找的 Java 符号是 "Java Control panel"。它已在 Java 的最新版本中被删除:
https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html#JDK-8185077
[...] Please note that the Java Control Panel, which was used for configuring the deployment technologies, has also been removed along with the shared system JRE (but not the server JRE) and the JRE Auto Update mechanism.