Servlet: java.lang.ClassNotFoundException: org.json.simple.parser.ParseException

后端 未结 1 909
花落未央
花落未央 2020-12-11 00:08

I am implementing Google Cloud Messaging service for android. I have created a test server which sends push notifications to application users. But the server I have created

相关标签:
1条回答
  • 2020-12-11 00:36

    I had the same problem, try adding this library:

    http://code.google.com/p/json-simple/downloads/detail?name=json-simple-1.1.1.jar

    Tomy

    0 讨论(0)
提交回复
热议问题