在/usr/bin/目录能找到 java 的二进制文件 但是运行 java --version 会提示:The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java.
系统并没有自带,brew install openjdk 时, 注意安装成功后的提示(忘记了的话就 brew info openjdk): For the system Java wrappers to find this JDK, symlink it with sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk 这样就可以双击 jar 直接运行,好像也不需要设置 PATH (添加也没问题)了。