Created
July 7, 2013 23:38
-
-
Save mobilemind/5945390 to your computer and use it in GitHub Desktop.
uninstall Java on OS X
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/sh | |
# Java VM sym link | |
sudo ln -s /Library/Java/JavaVirtualMachines /System/Library/Java/JavaVirtualMachines | |
# Java browser plugin | |
sudo rm -f /Library/Internet Plug-Ins/JavaAppletPlugin.plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment