Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created August 30, 2018 09:43
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 tcelestino/24c7533f73e105f718b5e646c8798d5c to your computer and use it in GitHub Desktop.
Save tcelestino/24c7533f73e105f718b5e646c8798d5c to your computer and use it in GitHub Desktop.
how to uninstall jre on mac os
Click on the Finder icon located in your dock
Click on Go in the Finder menu
Click on Utilities
Double-click on the Terminal icon
In the Terminal window Copy and Paste the commands below:
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -fr ~/Library/Application\ Support/Oracle/Java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment