Originally Posted by
spoon!
. = current directory
Ah ok, so it's looking for my .class file DrawRect in element.zip?
And adding "." to the classpath makes it look in the right directory, as in the "bin" subdirectory.
So this must mean that my classpath needs sorting out.
How can I have it so it will use element.zip without making the classpath directly go there, which is what I was asking about the first time round basicly.
Hope you understand this.. cheers for help.. dunno if I'm being thick here or not but I just need to get my head around what's going on.
putting ;. worked, cheers
So what should I have done instead?