Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peketamin/7fde4b62a0eb03ae031faa83b162bf87 to your computer and use it in GitHub Desktop.
Save peketamin/7fde4b62a0eb03ae031faa83b162bf87 to your computer and use it in GitHub Desktop.
How to uninstall Apple Java 1.6 (Java 6) from macOS HighSierra (10.13.4)
$ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
$ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane
$ sudo rm -rf /Library/Java/JavaVirtualMachines/1.6.0.jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment