[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] FileNotFound Exception
|
I have been investigating this some more with both Galileo SR2/CDT
6.0.2 and Helios M5/CDT 7. Seems the only way I can get it to work is
to create a new workspace that has the target project enclosed as a
sub folder, create a new C++ makefile project from that folder, build
the project, and then create a "Standard Process Launcher" using "GDB"
and NOT DSF-GDB. After all of that I can launch and seem to debug my
64 bit application. Again, none of this was necessary when I was
building a 32 bit app. Odd.
___________________________________________________________
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jackson@xxxxxxxxxxxxxx
BlueQuartz Software Dayton, Ohio
On Mar 17, 2010, at 2:32 PM, James Blackburn wrote:
When the exception occurred the file really didn't exist:
if (!programPath.toFile().exists()) {
abort(...
On 17 March 2010 18:25, Michael Jackson
<mike.jackson@xxxxxxxxxxxxxx> wrote:
Thought I would try out Eclipse Helios M6 with CDT 7. My project is
setup to
compile a 64 Bit Cocoa Application (x64_64). I have made sure the
Mach-O 64
parser is selected and first in the list. When I try to launch my
app for
debugging I get the following:
java.io.FileNotFoundException:
/Users/Shared/Kitware-CVS/ParaView/Build/bin/paraview.app/Contents/
MacOS/paraview
not found
at
org
.eclipse
.cdt
.launch
.AbstractCLaunchDelegate
.verifyProgramPath(AbstractCLaunchDelegate.java:464)
at
org
.eclipse
.cdt
.launch
.internal
.LocalCDILaunchDelegate
.launchLocalDebugSession(LocalCDILaunchDelegate.java:133)
at
org
.eclipse
.cdt
.launch
.internal
.LocalCDILaunchDelegate.launchDebugger(LocalCDILaunchDelegate.java:
112)
at
org
.eclipse
.cdt
.launch
.internal.LocalCDILaunchDelegate.launch(LocalCDILaunchDelegate.java:
72)
at
org
.eclipse
.debug
.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:
853)
at
org
.eclipse
.debug
.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:
702)
at
org
.eclipse
.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:
923)
at
org.eclipse.debug.internal.ui.DebugUIPlugin
$8.run(DebugUIPlugin.java:1126)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
I have verified that the file does exist. If I rebuild in 32 bit
(i386) I
get no problems at all. Any one have any suggestions?
___________________________________________________________
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jackson@xxxxxxxxxxxxxx
BlueQuartz Software Dayton, Ohio
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev