|
When you run a program from an IDE on which the program is built, the IDE uses its own path structure. When you run the program stand alone, the path structure would differ.
I recommend to you to use a simple editor and command console on which you would insure compiler javac command and launcher java command. You could use your own simple path structure in that environment.
|