Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Created October 25, 2014 22: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 rtfpessoa/1fbe4490deb9da11d643 to your computer and use it in GitHub Desktop.
Save rtfpessoa/1fbe4490deb9da11d643 to your computer and use it in GitHub Desktop.
Oracle JDK Removal Mac OSx
#!/bin/bash
#
# Oracle JDK Removal Mac OSx
#
sudo rm -rf /Library/Java/JavaVirtualMachines/jdk<version>.jdk
sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment