Pages

Thursday, August 18, 2011

Java NoClassDefFoundError

In your Java Web project make sure you add the jar files to WEB-INF/lib and make sure that you remove the external jar files from your build path. Instead of adding them as external jar files just add them to the lib folder and save yourself the ClassDefNotFound errors which are very irritating.

No comments:

Post a Comment