Skip to content
Timothy Place edited this page May 27, 2016 · 1 revision

Java 6 for Mac

https://support.apple.com/kb/DL1572?locale=en_US

Uninstall Java 6 on Mac

Remove the "system" JVM installed and maintained by Software Update

sudo rm -rf /System/Library/Java/JavaVirtualMachines/1.6.0.jdk

Remove any Java Developer Previews

sudo rm -rf /Library/Java/JavaVirtualMachines/1.6.0*.jdk
Clone this wiki locally