Re: Vague Error: java.lang.NoClassDefFoundError
Posted By:
AlessandroA_Garbagnati
Posted On:
Sunday, September 1, 2002 09:39 AM
Hi,
java.lang.NoClassDefFoundError occurs when a class cannot be found. If you are developing a web application, you should follow the specifications and put the jar files in the right directories: WEB-INF/lib.