您的位置:首页 > 编程语言 > Java开发

How to create a project from existing source in Eclipse and then find it?

2013-03-21 09:45 766 查看
Easiest Method:

Put all source files into one directory named after your project. i.e. "ProjectName" You can keep this directory in your workspace or it can be somewhere else.

Start a new project in eclipse and name it using that same project name.

Uncheck the "use default location" box and find the directory where your project is. If your project is already in the workspace, you probably won't have to change the default location.

Click 'next'.

Eclipse should be smart enough to figure out what's going on. After clicking next, it will show you all of the files it found in that directory. It will just automatically add those files to your project. Voilà!

Try File/New/Project
Select type of project, Next
Type in project name
uncheck default location
In Location edit box type in the path to your source
click Finish
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐