IDE Install on OSX 10.9

Hi,

I am a long time Windows user of the IDE but have just switched to a Mac and after installing the IDE it does not seem to start.

The Icon @bounces@ and nothing happens if I try to start form the applications folder. And when I try to start it form the command line I get the following error:

LSOpenURLsWithRole() failed for the application /Applications/Arduino.app with error -10658.

I saw some other posts referencing OS X 10.9 before it was on public release causing problems, but I am wondering is the problem my lack of OS X knowledge or a compatibility issue with the IDE and 10.9

Ta
Les

I have just upgraded to 10.9 and the first time the arduino IDE ran a window poped up saying I needed to download some element of Jave. I clicked on the install it't on and all was well.
That dosn't solve your problem but it gives you somewhere to start looking, look for Java updates for 10.9
Good luck, when you do find what to do please post back here.

What version of java do you have? Use terminal to find out. This is what mine responds with:

MacBook:~ james$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
MacBook:~ james$

How are you running the IDE from the command line? Are you using the "open" command?

Hi,

Thanks for the pointers,

It was a Java problem. The default is to install Java 7, but it appears that the IDE only runs with 6. Once I got the JDK 6 installed it runs fine.

Ta
Les