Skip to content

Instantly share code, notes, and snippets.

@qsrahman
Last active October 27, 2017 16:25
Show Gist options
  • Select an option

  • Save qsrahman/0afe6531ba361de7eef1ebcae6f9d424 to your computer and use it in GitHub Desktop.

Select an option

Save qsrahman/0afe6531ba361de7eef1ebcae6f9d424 to your computer and use it in GitHub Desktop.
How to uninstall Oracle Java form macOS Sierra

sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin

sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane

sudo rm -fr ~/Library/Application\ Support/Java

Uninstall JDK:

Remove the directory whose name matches the following format:

sudo rm -fr /Library/Java/JavaVirtualMachines/jdkmajor.minor.macro[_update].jdk

For example, to uninstall 8u66:

sudo rm -fr /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment