开发者

How to see JSP errors in the Problem view in Eclipse + WTP

开发者 https://www.devze.com 2023-01-07 18:26 出处:网络
I have installed WTP into Eclipse Galileo. When I open up my JSPs, I get red markers indicating syntax or compile errors. However, I do not see these markers in the Navigator, Package Explorer or the

I have installed WTP into Eclipse Galileo. When I open up my JSPs, I get red markers indicating syntax or compile errors. However, I do not see these markers in the Navigator, Package Explorer or the Probl开发者_开发技巧ems views. Is there a way to see which JSPs have problems in any/ all of these views?


Your project needs to have the Validation Builder installed for the Problem Markers to be created/updated. The Properties dialog on your project should have a Validation page offering the ability to add this Builder.


Possibly you project is not dynamic web project.

Try to create a sample "dynamic web project" and see what happens.

0

精彩评论

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