Error, when starting simulator, plzz help:)

Former Member
Former Member
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: C:\CONNEC~1\appname~1\bin\appname.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

And I have no spaces in the path to the SDK/samples directory :) plz help

Edit: The example files seems to work, but when creating a new project there is no bin directory in the project created. I use the current 1.2.2 software :confused:
  • Does this only happen with new projects, or also with existing ones (i.e. projects that already have a bin directory)? The bin directory should be generated when the app builds. I was going to suggest that you try deleting the 'bin' directory in the project, then refresh the project in Eclipse before running the project again. However, it sounds like you don't have a bin directory to delete. Is that correct?
  • Former Member
    Former Member over 9 years ago
    Yep, there is no bin directory created in the new projects. Projects with allready bin directory works fine, like the samples in the connect sdk :) Btw, I use eclipse 64bit in windows 10, and have tried to update java, eclipse, changed workspace directory without any succeed.
  • Former Member
    Former Member over 9 years ago
    Problem Solved :)

    Fixed the problem:) the current JRE (version 1.8.0_66) dont work, and I had to download the 1.8.0_65 to get it to work :cool:

    In eclipse: Window / Preferences / Java / Installed JREs...
    Make sure you use the JRE bin rep, and when you install a new JRE click search and insert directory.
    Added som screenprints if someone occurs the same problem :)