Search code examples
javaeclipsenoclassdeffounderrorjson-simple

ParseException NoClassDefFoundExcpetion for json-simple


I get this ERROR even though I added the jar file to my build path.How can I get the json-simple library working again.

Java Build Path->libraries

Java Build path->Order and Export


Solution

  • I have this problems before, copy your external jars to WEB-INF/lib and it will solve your problems.

    enter image description here