I found one great thing Eclipse can do for us. That is to merge multiple projects to one.
If I have multiple child projects, please see the direcotry structure.
MyWorkspace
-----MyProject
----------ChildProject1
---------------.classpath
---------------.project
----------ChildProject2
---------------.classpath
---------------.project
Please notice that there is no project file and classpath file in project MyProject . Now I new a project in Ecipse and specify the anme MyProject . Then  the project is created, it will merge the two classpaths file from ChildProject1 and ChildProject2.  Then you find the directory structure is like,
MyWorkspace
-----MyProject
----------.classpath
----------.project
----------ChildProject1
---------------.classpath
---------------.project
----------ChildProject2
---------------.classpath
---------------.project
What I think is great thing is Eclipse merge the 2 projects and create a whole project. I is a great behavior.
职场 Eclipse Project Java-J2SE

0

收藏

上一篇:我对字符集和字符编码的理解 下一篇:关于SAX,DOM,JAXP,J...
Special functionality - Eclipse Project_第2张图片
robertleepeak

132篇文章,40W+人气,65粉丝

山上路线

关注