View Single Post
  #1 (permalink)  
Old 02-01-2008, 02:24 AM
Joe2003 Joe2003 is offline
Member
 
Join Date: Jan 2008
Posts: 14
Joe2003 is on a distinguished road
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
Reply With Quote
Sponsored Links