Eclipse工具使用笔记

导入项目出现问题

1.jre(unbound)

2.tomcat(unbound)

右键项目-->Properties-->Java Build Path,选中报错项点几Edit编辑。

Eclipse工具使用笔记


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,添加

Eclipse工具使用笔记



上一篇:Eclipse 快捷键


下一篇:MyBatis3——2