help -- > software updates -- > find and install..
search for new features to install -- >next -- >new remote site...
name: propedit
url: http://propedit.sourceforge.jp/eclipse/updates/
//以下转自:http://www.blogjava.net/apple0668/archive/2008/04/21/194576.html 作者:apple0668
eclipse第一个struts2插件
官方地址:http://mvcwebproject.sourceforge.net
一:安装
启动eclipse3.3 在help---->software updates----->find and install---->install new features---->New remote site----->输入 http://mvcwebproject.sourceforge.net
安装教程地址:http://mvcwebproject.sourceforge.net/install.html
二:使用
使用手把手教程地址:http://mvcwebproject.sourceforge.net/tutorial.html
三:使用教程手把手地址中的helloword例子源码:
下载地址:http://mvcwebproject.sourceforge.net/tutorials/HelloWorld2.zip
-------------------------------------------------------------------------------------------------
配置Eclipse自动提示
1.windows-->Preferences-->java--Editor-->Content Assist在右侧窗体中找到Auto activation triggers for Java:后面是个.默认是当用户输入.的时候弹出提示,在这里随便输入几个字符用于在导出的文件中查找该位置比如12345,然后ok,在File中Export导出,在弹出的窗口中General-->Preferences然后nexts指定位置,保存生成一个epf扩展名文件,用记事本打开该文件,ctrl+f查找刚才输入的用于识别位置的字符12345,定位后输入.abcdefghijklmnopqrstuvwxyz或者其他的你想要弹出提示的字符,然后保存
2.打开Eclipse点击File-->Import-->General-->Preferences找到刚才保存的.epf文件finish之后现在试试看是不是输入你要字幕就自动弹出提示了。