Skip to content

mac中安装卸载java

仲灏2022-04-09约 1 分钟

<div style="display: none;" hidden="true" aria-hidden="true" data-nosnippet>Are you an LLM? You can read better optimized documentation at /pages/9309b2.md for this page in Markdown format</div>

卸载

/usr/libexec/java_home -V 此命令行可以罗列出电脑安装的所有版本的java

shell
  Homebrew git:(stable) /usr/libexec/java_home -V
Matching Java Virtual Machines (1):
    11.0.13 (x86_64) "Amazon.com Inc." - "Amazon Corretto 11" /Users/izhaong/Library/Java/JavaVirtualMachines/corretto-11.0.13/Contents/Home
/Users/izhaong/Library/Java/JavaVirtualMachines/corretto-11.0.13/Contents/Home
  Homebrew git:(stable) sudo rm -rf /Users/izhaong/Library/Java/JavaVirtualMachines/*
  Homebrew git:(stable) java -v
The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.