Eclipse(在 Ubuntu 上)没有 jsp、html 和其他 Web 文件模板
我使用 Synaptic Package Manager (Ubuntu 9.10) 安装了 Eclipse。 但是,我的 Eclipse 没有任何 HTML 模板(在“新建”对话框中)或 JSP 模板。 我该如何修复它,以便我在那里拥有一些 HTML 和 JSP 模板?
I installed Eclipse using Synaptic Package Manager (Ubuntu 9.10).
However, my Eclipse does not have any HTML template (in New dialog) or JSP template.
How can I fix it so that I will have some HTML and JSP templates overthere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 http://download.eclipse.org/releases/galileo 获取 Eclipse 插件并选择 Web发展东西解决问题。
Fetch Eclipse plugin from http://download.eclipse.org/releases/galileo and select Web Developments stuffs solve the problem.
我不建议从 ubuntu 存储库安装 Eclipse,而是手动安装(并获取面向 Java EE 开发人员的 Eclipse IDE)。请务必检查这个答案修复了由于 Eclipse 3.5 和 GTK+ 2.8 的错误而导致的“点击问题”。
更新:EclipseIDE 中解释了首选手动安装的原因。首先,不能保证在存储库中找到最新的 Eclipse(在 Ubuntu 9.04 中,Eclipse 的打包版本完全过时了)。其次,即使您找到最新版本(例如 Ubuntu 9.10),您也需要以 root 身份运行 Eclipse 来安装软件包管理器中不可用的插件 - 为什么他们开始打包插件,这太疯狂了- 这不是一个好主意。用户模式安装解决了这个问题。
I do not recommend to install Eclipse from the ubuntu repository but to install it manually instead (and grab Eclipse IDE for Java EE Developers). Just be sure to check this answer to fix the "click problem" due to a bug with Eclipse 3.5 and GTK+ 2.8.
Update: The reasons to prefer a manual install are explained in EclipseIDE. First, there is no guarantee to find the most recent of Eclipse in the repository (in Ubuntu 9.04, the packaged version of Eclipse was totally outdated). Second, even if you find an up-to-date version (like for Ubuntu 9.10), you'll need to run Eclipse as root to install plugins not available in Package Manager - why did they start to package plugin, this is just crazy - which is not a good idea. User mode installation solves this problem.
您可以为静态 html 文件安装 eclipse-wtp-webtools 包。不过我找不到 jsp 的。
You can install
eclipse-wtp-webtools
package for static html files. I can't find one for jsp though.