Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
## Install Java Development Kit (JDK) without all the junk
# Strips the non-jdk stuff (Updater, Applet, Web Start, file associations) out of the installer.
# NB: this also removes the pre-installation checks and will install the JDK unconditionally
# to /Library/Java/JavaVirtualMachines/ with possible but unlikely dire consequences