Simulator will not start, "Could not open file" error

Former Member
Former Member
Hey guys, as a part of a school project I am supposed to develop applications for the Garmin fēnix 3 watch. I followed the Get Started section for starting developers, got the Eclipse up and running, created a sample project, started the Simulator, but I got an error when I tried to run it.

Found Transport: tcp
Connecting...
Connecting to device...
Device Version 0.1.0
Device id 1 name "A garmin device"
Shell Version 0.1.0
Could not open file: E:\Ondra\Monkey%20C%20Development\workspace\HelloWorldProject\bin\HelloWorldProject.prg Error: 2
Connection Finished
Closing shell and port
Found Transport: tcp
Connecting...
Connecting to device...
Device Version 0.1.0
Device id 1 name "A garmin device"
Shell Version 0.1.0
System Error
Connection Finished
Closing shell and port


Do you have any idea, why Eclipse is unable to open the .prg file? Could you, please, help me?

P.S. I even tried running Eclipse as an Administrator, but that would not help either.

Looks like I managed to find the problem. The problem was I had Eclipse, Workspace and Connect IQ in a folder, whose name contained spaces (my folder was E:\Ondra\Monkey C Development). I changed the folder name to MonkeyCDevelopment, changed paths to the SDK, workspace, atc. and now it seems to work.