当前位置: 代码迷 >> Web开发 >> net.sf.json.JSONObject cannot be resolved解决办法
  详细解决方案

net.sf.json.JSONObject cannot be resolved解决办法

热度:828   发布时间:2013-07-04 11:45:55.0
net.sf.json.JSONObject cannot be resolved
在项目中写了个方法并可能在main中运行也没有错
但是项目启动时出现了
Internal Server Error (500) for request GET /

Compilation error (In /app/com/buybal/client/test/JunitClientTest.java around li
ne 16)
The file /app/com/buybal/client/test/JunitClientTest.java could not be compiled.
 Error raised is : net.sf.json.JSONObject cannot be resolved

项目是用play运行的  请问一下是什么原因 
服务器 Google?Play play??json

------解决方案--------------------
The file /app/com/buybal/client/test/JunitClientTest.java could not be compiled.
 Error raised is : net.sf.json.JSONObject cannot be resolved
------解决方案--------------------
没有json包,最好使用这个
http://code.alibabatech.com/wiki/display/FastJSON/Home
  相关解决方案