| Author |
classpath problem: NoClassDefFoundError
|
Yan Bai
Ranch Hand
Joined: Jul 21, 2002
Posts: 125
|
|
Hi all, My classpath is set as: setenv CLASSPATH /disk/.../mmc:. I have a java file under /disk/.../mmc/server/ I tried to compile it under server folder, but always get NoClassDefFoundError. If I comment line1 out and compile this file under server directory, it compiles ok. I was sucked Thanks in advance for your help!
|
SCJP 1.4
|
 |
Nayanjyoti Talukdar
Ranch Hand
Joined: Feb 12, 2002
Posts: 71
|
|
Compile that under mmc folder with this command.. javac server/Test.java [ December 11, 2002: Message edited by: Nayanjyoti Talukdar ]
|
 |
 |
|
|
subject: classpath problem: NoClassDefFoundError
|
|
|