Skip to content

Instantly share code, notes, and snippets.

@yeahdongcn
Created July 25, 2014 06:12
Show Gist options
  • Save yeahdongcn/42ca950a32c1f04aedfa to your computer and use it in GitHub Desktop.
Save yeahdongcn/42ca950a32c1f04aedfa to your computer and use it in GitHub Desktop.
Install JDK7 on 10.10
To install it follow these steps:
Download JDK 7
Open the DMG
Run pkgutil --expand "/Volumes/JDK 7 Update 60/JDK 7 Update 60.pkg" "/tmp/JDK 7 Update 60.unpkg"
Go to /tmp/JDK 7 Update 60.unpkg
Open the Distribution file in your favorite editor (I recommend (Sublime Text)[http://www.sublimetext.com])
Change the function pm_install_check() to always return true
Run pkgutil --flatten "/tmp/JDK 7 Update 60.unpkg" "/tmp/JDK 7 Update 60.pkg"
Run open "/tmp/JDK 7 Update 60.pkg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment