You could use the Eclipse-debug-mode and set a breakpoint on the method that fails. From there you can go step by step down in the call tree until you see what fails.
Most common is that the file isn't there because it wasn't copied there or isn't in the classpath etc...