|
java in cmd line :(
Hey
im trying to write some build scripts for a java project. Anyway, it HAS to be in MS which has lead me through the pain of batch scripts.
Anyway, if I do this:-
java Main
the program runs fine, however if I move up a dirrectory level and execute the command like this:-
java classes\Main
it comes up with a java.lang.NoClassDefFoundError
anyone know why, and how to sort it?
thanks
Joe
|