开发者

Eclipse Failing to build classes

开发者 https://www.devze.com 2022-12-12 13:57 出处:网络
Eclipse has red cross for error on the project but there are no more red crosses on any files or anything in the project.

Eclipse has red cross for error on the project but there are no more red crosses on any files or anything in the project.

On running "build Project" there are no .class files created.

There does not seem to be any entr开发者_开发百科ies in the log file in workspace/.metadata. In fact, I deleted the log file and a new one has not been created.

I have tried Clean and clean all to no effect.

Any suggestions to look for where there might be a problem with this project ?

Thanks.


If you look in the 'problems' view you'll probably find an error message (this is normally displayed at the bottom, but if not go to : window -> show view -> problems.

Generally it's something like a build path error, or a JVM isn't correctly set.


Thanks...I had confused the Error log view with the Problem view and had not checked it. On looking at problem view, I see there is a dependancy problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消