You would get more responses if you actually provided the stacktrace you are getting. There are a few reasons for NoClassDefFoundError such as the same library being loaded by different classloaders and your library ending up using some classes from one and others from the other. Or, a class you are using is importing a package/class that doesn't exist. Provide more info and get more info in return.
Jake Quoting Umi Salbiah <[EMAIL PROTECTED]>: > Hi. > > I need help urgently with this NoClassDefFoundError issue. I was asked to > port over my application which currently is on > > Apache 1.3.23 on Madrake 9.0 > Tomcat 3.3.1 > mod_jk (for Apache 1.3.23) > mySQL 3.23.51 > > to a Windows-based system. > > Currently I am using > > Win2000 Server > J2Se 1.4.1 > Apache 2.0.43 > Apache Tomcat 4.1 > mod_jk 2.0.43 > mySQL 4.0.18 > > Any clue as to why I still get the NoClassDefFoundError? > > Thank you > > b > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
