Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active November 24, 2017 07:55
Show Gist options
  • Select an option

  • Save davidbarkhuizen/69ef10d61f0d671e85f40e0605e9fb2f to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/69ef10d61f0d671e85f40e0605e9fb2f to your computer and use it in GitHub Desktop.
java infrastructure cheat sheet
# 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