Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "Program does not exist"
"Program does not exist" [message #209720] Thu, 14 February 2008 17:49 Go to next message
Eclipse UserFriend
Originally posted by: ron_e.novax.com

Hi,

In the run manager i get the message "Program does not exist". How do i
know what 'program' this refers to? The C/C++ Aaapplication doesn't exist
yet since it hasn't been compiled yet but i belive it must refer to
something else.
The Error log doesn't give a whole lot of more info either:
Program does not exist

java.io.FileNotFoundException: /home/reg/src/prg-new/Debug/prg-new not
found
at
org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyProgram Path(AbstractCLaunchDelegate.java:369)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.runLo calApplication(LocalCDILaunchDelegate.java:76)
at
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(LocalCDILaunchDelegate.java:62)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


I'm not really sure about this so any help would be greatly appreciated!

Thanks,
Ron
Re: "Program does not exist" [message #209729 is a reply to message #209720] Thu, 14 February 2008 20:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jim.marshall.wbemsolutions.com

Ron Eggler wrote:
> Hi,
>
> In the run manager i get the message "Program does not exist". How do i
> know what 'program' this refers to? The C/C++ Aaapplication doesn't
> exist yet since it hasn't been compiled yet but i belive it must refer
> to something else.
> The Error log doesn't give a whole lot of more info either:
> Program does not exist
>
> java.io.FileNotFoundException: /home/reg/src/prg-new/Debug/prg-new not
> found
> at
> org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyProgram Path(AbstractCLaunchDelegate.java:369)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.runLo calApplication(LocalCDILaunchDelegate.java:76)
>
> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(LocalCDILaunchDelegate.java:62)
>
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
>
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
>
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
>
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>
>
> I'm not really sure about this so any help would be greatly appreciated!
>
> Thanks,
> Ron
>
I would presume the error message tells you what is missing:

'prg-new'

see the 'java.io.FileNotFoundException' text.

It would also help if you gave some context as to when/how this message
pops up - e.g. what are you doing before this message appears...
Re: "Program does not exist" [message #209752 is a reply to message #209729] Thu, 14 February 2008 22:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ron_e.novax.com

Jim Marshall wrote:

> Ron Eggler wrote:
>> Hi,
>>
>> In the run manager i get the message "Program does not exist". How do i
>> know what 'program' this refers to? The C/C++ Aaapplication doesn't
>> exist yet since it hasn't been compiled yet but i belive it must refer
>> to something else.
>> The Error log doesn't give a whole lot of more info either:
>> Program does not exist
>>
>> java.io.FileNotFoundException: /home/reg/src/prg-new/Debug/prg-new not
>> found
>> at
>>
org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyProgram Path(AbstractCLaunchDelegate.java:369)
>>
>> at
>>
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.runLo calApplication(LocalCDILaunchDelegate.java:76)
>>
>> at
>>
org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(LocalCDILaunchDelegate.java:62)
>>
>> at
>>
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
>>
>> at
>>
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
>>
>> at
>>
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
>>
>> at
>> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>>
>>
>> I'm not really sure about this so any help would be greatly appreciated!
>>
>> Thanks,
>> Ron
>>
> I would presume the error message tells you what is missing:

> 'prg-new'

Right, of course it doesn't exist, it hasn't been compiled yet.

> see the 'java.io.FileNotFoundException' text.

> It would also help if you gave some context as to when/how this message
> pops up - e.g. what are you doing before this message appears...

It pops up in the Run Manager or how ever this is called, you know in
"Run-Run..." on top when you select your project's Run configuration under
"C/C++ Local Application".
Re: "Program does not exist" [message #209863 is a reply to message #209752] Fri, 15 February 2008 23:42 Go to previous message
Eclipse UserFriend
Originally posted by: jim.marshall.wbemsolutions.com

Ron Eggler wrote:
> Jim Marshall wrote:
>
>> Ron Eggler wrote:
>>> Hi,
>>>
>>> In the run manager i get the message "Program does not exist". How do
>>> i know what 'program' this refers to? The C/C++ Aaapplication doesn't
>>> exist yet since it hasn't been compiled yet but i belive it must
>>> refer to something else.
>>> The Error log doesn't give a whole lot of more info either:
>>> Program does not exist
>>>
>>> java.io.FileNotFoundException: /home/reg/src/prg-new/Debug/prg-new
>>> not found
>>> at
> org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyProgram Path(AbstractCLaunchDelegate.java:369)
>
>>>
>>> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.runLo calApplication(LocalCDILaunchDelegate.java:76)
>
>>>
>>> at
> org.eclipse.cdt.launch.internal.LocalCDILaunchDelegate.launc h(LocalCDILaunchDelegate.java:62)
>
>>>
>>> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:639)
>
>>>
>>> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:565)
>
>>>
>>> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:754)
>
>>>
>>> at
>>> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:944)
>>>
>>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>>>
>>>
>>> I'm not really sure about this so any help would be greatly appreciated!
>>>
>>> Thanks,
>>> Ron
>>>
>> I would presume the error message tells you what is missing:
>
>> 'prg-new'
>
> Right, of course it doesn't exist, it hasn't been compiled yet.
>
>> see the 'java.io.FileNotFoundException' text.
>
>> It would also help if you gave some context as to when/how this
>> message pops up - e.g. what are you doing before this message appears...
>
> It pops up in the Run Manager or how ever this is called, you know in
> "Run-Run..." on top when you select your project's Run configuration
> under "C/C++ Local Application".
>
>
Just curious - have you tried doing a "Build->Build Project"? Also be
sure "Build->Build Automatically" is selected.
Previous Topic:Indexer drops symbols during indexing
Next Topic:When will CDT 5.0 be ready?
Goto Forum:
  


Current Time: Thu Apr 25 02:06:05 GMT 2024

Powered by FUDForum. Page generated in 0.02809 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top