Arduino 16 and Apple new Java update

Hi, yesterday I did the new Java update from Apple and now, I can't boot Arduino anymore. I've got a "Cannot launch Java application" eror message. Anybody got the same problem?

Yep, me too.

That Java "update" from Apple was 158 Mb, btw.

Stone age technology.

Select the application file in the Finder and then Get Info on it by either selecting "Get Info" in the File menu, or hitting cmd-I. In the info window, check the, "Open in 32 Bit Mode" checkbox and close the window. Now it should work.

Thank you so much, it works!

Ha, I was wondering why I didn't have a problem. I have one of the original Core Duo (32bit) Macbooks. ;D

:slight_smile:
There is an extremely simple fix for this problem that works flawlessly on my Mac Pro (64-bit):

With a text editor open the file:
Arduino 16.app/Contents/Info.plist

Edit the lines:
JVMVersion
1.4+

by removing the + after the 1.4. What you are telling Mac OS is that you want the app to use the 1.4 version of Java, and no other. Save and close the file and pronto, the Arduino 16.app will start up no problem.

Cheers! :wink:

Thanks - the Get Info checkbox solved it.