I\'ve followed the simplest maven example and made the following pom.xml
file:
As per exception ClassNotFoundException: org.json.simple.parser.JSONParser
the required jar
file is not present in classpath
.
In eclipse use below steps:
Right click on project --> properties --> deployment assembly --> add
--> (here select appropriate file system to add jar like)java build path entries
hope it help.