Skip to content

Instantly share code, notes, and snippets.

@RafalSladek
Last active January 9, 2019 14:25
Show Gist options
  • Save RafalSladek/3bd9fdf34b821be2f5e5a3c5aec19731 to your computer and use it in GitHub Desktop.
Save RafalSladek/3bd9fdf34b821be2f5e5a3c5aec19731 to your computer and use it in GitHub Desktop.
remove jdk from mac
#Run this command to just remove the JDK
sudo rm -rf /Library/Java/JavaVirtualMachines/*
#Run these commands if you want to remove plugins
sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
# if you have more complications, please hava a look here - https://stackoverflow.com/questions/19039752/removing-java-8-jdk-from-mac#23092014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment