码迷,mamicode.com
首页 > 其他好文 > 详细

Why “no projects found to import”?

时间:2015-07-07 16:06:03      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

Eclipse is looking for eclipse projects, meaning its is searching for eclipse-specific files in the root directory, namely .project and .classpath. You either gave Eclipse the wrong directory (if you are importing a eclipse project) or you actually want to create a new project from existing source(new->java project->create project from existing source).

Goto File > New > Project
Select the type of project, click Next
Uncheck Use default location
Click on Browse to navigate to your source folder, or type in the path to your source
Click Finish

Why “no projects found to import”?

标签:

原文地址:http://www.cnblogs.com/qike/p/4626944.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!