Created
October 25, 2014 22:18
-
-
Save rtfpessoa/1fbe4490deb9da11d643 to your computer and use it in GitHub Desktop.
Oracle JDK Removal Mac OSx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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