Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created March 6, 2018 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvliman/f98392d44558a3905710ae85cb5027da to your computer and use it in GitHub Desktop.
Save dvliman/f98392d44558a3905710ae85cb5027da to your computer and use it in GitHub Desktop.
uninstall-jdk
to uninstall java:
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -fr ~/Library/Application\ Support/Java
to uninstall jdk:
sudo rm -rf /Library/Java/JavaVirtualMachines/[version].jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment