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 版本是 1.6,java home 是 1.7。如何使用终端将其更改为 1.6。
使用“update-java-alternatives”命令。简单地去:
update-java-alternatives -l
这将列出您安装的可用jdks,然后简单地
update-java-alternatives -set [name]
更改您需要的 java 版本。