Eclipse is a very useful IDE for java and I find programming with it far more convenient than just using NPP and the command line. However the project structure of Eclipse is very inconvenient for a project that is going to be compiled and run outside of the Eclipse IDE (like an assignment that must be turned in as source code). Is there anyway to use eclipse to edit (and hopefully run) java code that exists in a more simple directory structure such as:
/MyProject
/Code.java
/MoreCode.java
/data.txt