vamsiampolu
vamsiampolu

Reputation: 6622

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

Upvotes: 1

Views: 53

Answers (1)

edisonthk
edisonthk

Reputation: 1423

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

enter image description here

Upvotes: 1

Related Questions