View Single Post
  #7 (permalink)  
Old 12-29-2007, 02:54 PM
BlitzA BlitzA is offline
Member
 
Join Date: Dec 2007
Posts: 11
BlitzA is on a distinguished road
Quote:
Originally Posted by wsaryada View Post
I am a bit confused for the above message, can you explain more clearly what you wanted to do?
Apoligies for that.

What I was saying is that I now see that my classpath must be wrong, as I shouldn't be running things out of the same directory as my javac file.

Instead of putting:

Code:
set CLASSPATH=C:\Program Files\Java\jdk1.6.0_03\bin\element.zip;.
what should I have done?




Also on a side note, do you know how I can close DrawingWindow's in windows XP. At the moment I ctrl-alt-del then end task to close it.

If I'm changing code all the time this takes to long.
Reply With Quote