Skip to content

Instantly share code, notes, and snippets.

@dadepo
Forked from schnell18/macosx_remove_java9.sh
Created September 24, 2017 07:18
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 dadepo/bcaeffe69f33e825e443aa400d3eb29f to your computer and use it in GitHub Desktop.
Save dadepo/bcaeffe69f33e825e443aa400d3eb29f to your computer and use it in GitHub Desktop.
MacOS X remove Java 9
sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment