Netbeans中的Jar导入无效

时间:2018-03-29 08:15:21

标签: java json netbeans

我想在我的NetBeans项目中使用JSON,所以我在Project中添加了JAR - > Libaries,但我仍然无法使用导入:

我需要的进口商品:

import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;

我导入的JAR文件:

http://www.java2s.com/Code/Jar/j/Downloadjavajsonjar.htm

http://www.java2s.com/Code/Jar/o/Downloadorgjsonjar.htm

http://www.java2s.com/Code/Jar/j/Downloadjsonsimple11jar.htm

0 个答案:

没有答案