Adding my existing project to Eclipse in linux!
I am very new to linux and also new to use the Eclipse tool...but I have used Visual Studio.I want to know how to add an existing project to eclipse and how to build...inorder 开发者_StackOverflow社区to build what all settings has to be done in eclipse.
And also Is there any way that CVS can be used along with eclipse...
Please let me know abt this or refer me any nice tutorial r
You have two options to add existing projects into Eclipse:
File -> Import.. -> General -> Existing Projects into Workspace. File -> Import.. -> General -> File System
Eclipse has built-in support for CVS: New Project->CVS -> Projects from CVS
精彩评论