I am just learning Java and use Eclipse. I have a question that I can not find an answer to.
Why does eclipse require me to use a project? I am using eclipse now to learn Java, and that means compiling my source.
Problem being that when I add another source file Eclipse compiles both applications. This means (and I could be very wrong here) I need to create a project for every new program I write.
Why can I not just create and compile programs without a project?