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!