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: 298
I just installed Eclipse.
The Eclipse created the "workspace" folder.
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).
I put all my .java file into the "game" directory.
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