如何在 Eclipse 的问题视图中查看 JSP 错误支付意愿
我已将 WTP 安装到 Eclipse Galileo 中。当我打开 JSP 时,我会看到红色标记,指示语法或编译错误。但是,我在导航器、包资源管理器或问题视图中没有看到这些标记。有没有办法查看哪些 JSP 在任何/所有这些视图中存在问题?
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 Problems views. Is there a way to see which JSPs have problems in any/ all of these views?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的项目需要安装验证生成器才能创建/更新问题标记。项目上的“属性”对话框应该有一个“验证”页面,提供添加此生成器的功能。
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.
可能您的项目不是动态 Web 项目。
尝试创建一个示例“动态 Web 项目”,看看会发生什么。
Possibly you project is not dynamic web project.
Try to create a sample "dynamic web project" and see what happens.