View Single Post
  #2 (permalink)  
Old 08-06-2007, 09:19 PM
fred fred is offline
Member
 
Join Date: Jul 2007
Posts: 41
fred is on a distinguished road
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.
Reply With Quote