1

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

vamsiampolu
  • 6,328
  • 19
  • 82
  • 183

1 Answers1

1

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

enter image description here

edisonthk
  • 1,403
  • 16
  • 35