#Reboot in Recovery Mode by pressing press Cmd + R during startup.
#Select Terminal from the menu, disable SIP and reboot:
csrutil disable
reboot
#Create two empty folders that can mimic Java for Illustrator CS6:
sudo mkdir -p /System/Library/Java/JavaVirtualMachines/1.6.0.jdk
sudo mkdir -p /System/Library/Java/Support/Deploy.bundle
#Reboot again into Recovery Mode by pressing press Cmd + R during startup.
#Select Terminal from the menu, enable SIP and reboot:
csrutil enable
reboot