Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我 Java 7 的默认安装目录是什么?
我确实遵循了上面的答案和 /usr/libexec/java_home -v 1.7 的输出
曾是
找不到任何与版本“1.7”匹配的 JVM。/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
应该是:/Library/Java/JavaVirtualMachines
并且不要忘记,您可能看不到它,因为 LIB 文件夹是隐藏的......随着 OSX 的每次更新所以使用:
chflags nohidden ~/Library/
取消隐藏。