문제

Sometimes I see error markers (red X icon) near some files in Eclipse package explorer, but can't find any corresponding error neither in the file itself, nor in the problems view.

I there any common way to see what Eclipse thinks is an error for specific file with marker?

도움이 되었습니까?

해결책

It could be many things, but is usually either compilation problems or Validaton issues (xml, jsp validation etc.)

Check the Problems tab to see if you get any tip. Check also build path page in Project Preferences to see if there is any compilation issue.

다른 팁

Check the project properties. A missing JAR might be causing the problem, or any other issues on the classpath.

Right click the project, Properties, Java Build Path. Check if there are errors there.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top