但是项目启动时出现了
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运行的 请问一下是什么原因
4 个解决方案
#1
The file /app/com/buybal/client/test/JunitClientTest.java could not be compiled.
Error raised is : net.sf.json.JSONObject cannot be resolved
Error raised is : net.sf.json.JSONObject cannot be resolved
#2
没有json包,最好使用这个
http://code.alibabatech.com/wiki/display/FastJSON/Home
http://code.alibabatech.com/wiki/display/FastJSON/Home
#3
找到原因 了谢谢 大家
#4
什么原因啊?
#1
The file /app/com/buybal/client/test/JunitClientTest.java could not be compiled.
Error raised is : net.sf.json.JSONObject cannot be resolved
Error raised is : net.sf.json.JSONObject cannot be resolved
#2
没有json包,最好使用这个
http://code.alibabatech.com/wiki/display/FastJSON/Home
http://code.alibabatech.com/wiki/display/FastJSON/Home
#3
找到原因 了谢谢 大家
#4
什么原因啊?