| support-scott wrote: |
| From the sounds of it, the likely cause is that the project is not configured to know where the java source files are. You can set that by right-clicking on the java source folder in the project in the Package Explorer view and selecting Build Path > Use as Java source folder. That should get everything registered properly and allow the build to succeed. |