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

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-14T09:19:17Z Indexed on 2010/04/14 9:22 UTC
Read the original article Hit count: 179

Filed under:
|
|

I have created several .class files. All of them are located in one directory. I used a text editor to write these class files. Now I want to switch to Eclipse. In Eclipse I click File-New-Java Project. Then I select "Create project from existing source". After that I select the directory where all my .class files and click OK. As a result, nothing visible happens. But when I try to do the same, Eclipse tells me that that this project already exist. Where does it exist and how can I access it? By the way, in my "workspace" file nothing new appeared. Is it OK? I though my new Java Project will be there.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse