Hey!
I started using java this year and I finished a java project but when I try moving it somewhere else in my directory it does not execute anymore. My project directory tree goes like this (I am using eclipse)...
(ignore the "-")
/Root
- /bin
-- JavaProgram.class
-- JavaProgramMain.class
- /src
-- JavaProgram.java
-- JavaProgramMain.java
- .classpath
- .project
I thought you could move the root of the project folder wherever as long as the files remain in their same locations inside the root directory. Any help?