@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.
Scott,
Thanks for the reply. The src directory was set in the project as the source folder. Note that the projects were pulled from CVS but all of the CVS information has been removed (the hidden CVS irectories). I’ve added and removed the ‘src’ from the Build Path. I also created a new Java file and rebuilt the project and there was still no compilation. Any other ideas?
Thanks!