Skip to content

Instantly share code, notes, and snippets.

@rimenes
Created December 28, 2017 19:01
Show Gist options
  • Save rimenes/5eef0884b8e087b244f5a0e7a71e5464 to your computer and use it in GitHub Desktop.
Save rimenes/5eef0884b8e087b244f5a0e7a71e5464 to your computer and use it in GitHub Desktop.
Uninstall Java on MacOS
sudo rm -r /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -r /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -r ~/Library/Application\ Support/Java
sudo rm -r /Library/Java/JavaVirtualMachines/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment