Page 1 of 1

Exception in thread "main" - recompiling

Posted: Thu Jul 07, 2005 7:59 pm
by GUEST
I am trying to re-compile a program originally compiled in Java 1.3 into Java 1.4.2_08. It compiles fine (into some jar files), but when I go to run it, it says:

Exception in thread "main"
java.lang.NoClassDefFoundError: rva/httpd/JHttpd

Any suggestions as to what is wrong?