Skip to main content

Posts

Showing posts with the label java

Installing JDK 7 on Mac OS X Yosemite 10.10 developer previews

Oracle's JDK 7 installer for the Mac somehow thinks that OS X Yosemite's 10.10 version number is an unsupported version. There's a simple trick to fool the installer by giving it a version number that it expects. Open a Terminal window and edit the file /System/Library/CoreServices/SystemVersion.plist as root/Administrator. If you are familiar with vi , simply run sudo vi /System/Library/CoreServices/SystemVersion.plist . The file should look something like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>      <key>ProductBuildVersion</key>      <string>14A329f</string>      <key>ProductCopyright</key>      <string>1983-2014 Apple Inc.</string>      ...

James Gosling Quits Oracle

James Gosling, the creator of Java has quit Oracle as of April 2nd this year. While his blog entry didn’t give any specific reasons, it is not a surprise by any means. Sun and Oracle have very different corporate cultures – one focused on employees and the other focused on the business. It was always going to be hard for Oracle to retain someone as free spirited as Gosling. I’m pretty sure he’ll be joining the rest of the Java gurus at Google. If that doesn’t go well, IBM perhaps. I hope he doesn’t even think about joining Neal Gafter.