Exception in thread "main" - recompiling

A discussion forum for the JCommon class library.
Locked
GUEST

Exception in thread "main" - recompiling

Post by GUEST » Thu Jul 07, 2005 7:59 pm

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?

Locked