导入项目出现问题
1.jre(unbound)
2.tomcat(unbound)
右键项目-->properties-->java build path,选中报错项点几edit编辑。

ecplise删除tomcat server导致不能重新创建该版本的tomcat server
打开工程目录下的.metadata\.plugins\org.eclipse.core.runtime\.settings文件夹,删除org.eclipse.wst.server.core.prefs和org.eclipse.jst.server.tomcat.core.prefs这两个文件,再重启eclipse即可。
eclipse中修改svn用户名和密码的方法
查看eclipse用的是什么svn interface
windows > preference > team > svn #svn interface右侧中下方
如果是用的javahl,找到以下目录删除auth目录下的文件
windows 7
c:\users\"你的用户名"\appdata\roaming\subversion\auth\
xp
c:\documents and settings\"你的用户名"\application data(隐藏文件夹)\"subversion\auth"
如果你用的svnkit, 找到以下目录并删除.keyring文件
[eclipse ]"configuration"org.eclipse .core.runtime
eclipse项目添加jar包
将jar包添加到项目文件夹中,右键项目->properties->java build path,添加