Skip to content

Instantly share code, notes, and snippets.

@gaupoit
Forked from schnell18/macosx_remove_java9.sh
Created October 5, 2017 00:21
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 gaupoit/ca21f1a52077e0f079377972c1fb92ad to your computer and use it in GitHub Desktop.
Save gaupoit/ca21f1a52077e0f079377972c1fb92ad 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