Problem: Launching Arduino fails after 2 bounces of the icon on my Dock
Environment: Mac Powerbook G3; Mac OS 10.4.11; Java release 8; Arduino UNO R3 plugged in to the USB Port with Green LED lit and Yellow LED Blinking slowly
I downloaded the v1.0.5 ZIP archive and unpacked it. When I double-click the Arduino icon, the icon appears on the dock, bounces twice and then quits with no error or any other visible indication of why.
the suggested workaround is to delve into your Arduino.app, edit the file Arduino.app/Contents/Info.plist, and change:
Code:
JVMVersion
1.5*
to
Code:
JVMVersion
1.6*
I've never edited an application before. What tool should I use?