Arduino 16 and Apple new Java update

: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: