Last active
January 9, 2019 14:25
-
-
Save RafalSladek/3bd9fdf34b821be2f5e5a3c5aec19731 to your computer and use it in GitHub Desktop.
remove jdk from mac
This file contains hidden or 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
#Run this command to just remove the JDK | |
sudo rm -rf /Library/Java/JavaVirtualMachines/* | |
#Run these commands if you want to remove plugins | |
sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane | |
sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin | |
# if you have more complications, please hava a look here - https://stackoverflow.com/questions/19039752/removing-java-8-jdk-from-mac#23092014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment