Archive for 'Solutions'
Possible solution for Mac OS X 10.5.5 64-bit CF8 Installer Java Update Issue
Posted on November 29, 2008, under Apple, ColdFusion, Solutions.
Nathan Mische – you may not typically re-post content but this sure is a great prospective solution! Thank you for the great find, I still haven’t tried it – my wife won’t give me back my MacBook!
http://www.mischefamily.com/nathan/index.cfm/2008/11/25/Installing-64-Bit-CF-801-on-Mac-OS-X-1055
- In a terminal window, go to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands (cd /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands)
- Remove the symlinks (sudo rm -rf *)
- Copy the files from /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands (sudo cp ../Home/bin/* .)
- Run the CF installer
- Remove the files from /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK (sudo rm –rf *)
- Recreate the symlinks deleted in step 2 (sudo ln –s ../Home/bin/* .)
Maybe I won’t get it back, she just said “It’s MY notebook now…” I’ll keep you posted on how I regain possession of my MacBook from my wife’s grip!
Thanks!