I've created a Java project from existing source with an Ant build script in
Eclipse. I cannot run my project because
Eclipse tells me that there is at least one error in it.
Now, I know that the project runs fine on the command line, so I suspect an
Eclipse configuration error.
As far as I can tell, the only feedback that I have from
…