Eclipse 语法突出显示 Java Struts Hibernate Web 应用程序
我刚刚开始在 Eclipse 上进行基于Java、Struts、Hibernate、Tomcat的Web 应用程序开发。
我已经在我的 Ubuntu 系统上安装了 Eclipse IDE for Java EE Developers。
我是否需要安装任何插件才能使语法突出显示正常工作 - 对于表单、操作、Servlet、类等?
谢谢。
I am just getting started on Java, Struts, Hibernate, Tomcat - based Web App Development on Eclipse.
I have installed Eclipse IDE for Java EE Developers on my Ubuntu system.
Do I need to install any plugins for Syntax Highlighting to work properly - for Forms, Actions, Servlets, Classes, etc.?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,这还不足以使其发挥作用。
试试这个:
因为 <在 struts 标签中使用时,Eclipse 的语法高亮只会失败并警告错误。
No, that is not sufficient to make it work.
Try this:
Because of the < used in the struts tag, Eclipse's syntax highlighting would just fail and warn errors.
不,应该全部包含在内。只要您在使用任何 struts 标签 (s:whatever) 的任何页面上包含 Struts 模式标签,它就会自动获取语法。
Nope, it should be all included. As long as you include the Struts schema tag on any page that uses any struts tags (s:whatever) it should pick up the syntax automatically.