Last active
November 24, 2017 07:55
-
-
Save davidbarkhuizen/69ef10d61f0d671e85f40e0605e9fb2f to your computer and use it in GitHub Desktop.
java infrastructure cheat sheet
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
| # uninstall java 9 on osx | |
| https://www.java.com/en/download/help/mac_uninstall_java.xml | |
| (confirm folder parths first) | |
| $ sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/ | |
| $ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin | |
| $ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment