Skip to content

Instantly share code, notes, and snippets.

@mobilemind
Created July 7, 2013 23:38
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 mobilemind/5945390 to your computer and use it in GitHub Desktop.
Save mobilemind/5945390 to your computer and use it in GitHub Desktop.
uninstall Java on OS X
#!/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