Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] FileNotFound Exception

Nope, the file is there as it is built successfully during the build phase. Again, this works just fine with a 32 bit executable under OS X 10.5.

--
Mike Jackson <www.bluequartz.net>

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



Back to the top