首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web开发 >

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

2013-07-04 
net.sf.json.JSONObject cannot be resolved在项目中写了个方法并可能在main中运行也没有错但是项目启动时

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

热点排行