navy0168 发表于 2013-2-6 09:39:21

Eclipse3.5.2 SDK,插件安装

安装好Eclipse

1.安装wtp,方便web开发
打开菜单help->Install new Software,单击“add..”按钮,弹出框的name和location都填入“http://download.eclipse.org/webtools/updates/”,等待一会,勾选“Web Tools Platform (WTP) 3.1.2”



2.安装“java decompiler”
打开菜单help->Install new Software,单击“add..”按钮,弹出框的name和location都填入“http://java.decompiler.free.fr/jd-eclipse/update”,等待一会,勾选“Java Decompiler Eclipse Plug-in”,按向导进行安装。


相关配置:
1.统一设置为utf-8编码,Window->Preferences->General->Workspace->Text file encoding->Other->UTF-8。


2.修改jsp等默认编码为utf-8,打开Window->Preferences->Web->Jsp Files,修改右面的encoding为(utf-8)。


3.统一设置为utf-8编码,Window->Preferences->General->Content Types,在右面选择“Text”,在default encoding输入“UTF-8”,点“update”按钮更新。
3、JBOSS插件

http://www.jboss.org/tools/download.html进入此网页,下载Jboss tools3.1:eclipse3.5.2   下载后解压

打开Eclipse 的help菜单->install new software,点add, 弹出的框中选local,然后在本地硬盘找刚下载的jboss tools3.1,
页: [1]
查看完整版本: Eclipse3.5.2 SDK,插件安装