What is "src" directory created by Eclipse?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-14T13:32:50Z Indexed on 2010/04/14 13:43 UTC
Read the original article Hit count: 266

  1. I just installed Eclipse.

  2. The Eclipse created the "workspace" folder.

  3. In this folder I created a "game" sub-folder (for my class called "game"). I have already .java files for that project (I wrote them in a text editor before I started to use Eclipse).

  4. I put all my .java file into the "game" directory.

  5. In Eclipse I created a "New Java Project" from existing code.

What wanders me is that the Eclipse create a "src" sub-folder into my "game" folder. As far as I understand "src" stands for "source". But my source (.java files) is in the "game" (by the construction).

Am I doing something wrong?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse