-
Notifications
You must be signed in to change notification settings - Fork 0
Uninstall Java
Zhamri Che Ani edited this page Nov 19, 2025
·
2 revisions
brew list | grep openjdk
If you see openjdk@23, uninstall it:
brew uninstall openjdk@23
If Homebrew shows it is not linked, you may need to remove manual symlink:
sudo rm -rf /Library/Java/JavaVirtualMachines/openjdk-23.jdk
Remove the JDK folder
sudo rm -rf /Library/Java/JavaVirtualMachines/jdk-23.jdk
OR
sudo rm -rf /Library/Java/JavaVirtualMachines/openjdk-23.jdk
nano ~/.zshrc
Remove or edit:
export JAVA_HOME="/Library/Java/JavaVirtualMachines/openjdk-23.jdk/Contents/Home"
Then reload:
source ~/.zshrc
/usr/libexec/java_home -V
OpenJDK 23 should no longer appear.
echo $JAVA_HOME