What is "src" directory created by Eclipse?
- by Roman
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?