如何将Google JSON库添加到Eclipse中?

时间:2014-04-11 23:04:40

标签: json eclipse gson

我下载了google-gson-2.2.4-release.zip并尝试将其添加到Eclipse(Kepler或Juno)项目(Java Project或DynamicWeb - 无论如何)..

但所有选项:

- adding jar or zip to buildpath (under /lib dir, external Jars or local, not extacted)

- checking Order&Export and clean build 

 - Java7 and Java6..

没办法......(我不使用maven,到目前为止我还没有计划)

它'荒谬...

这些库可以直接在同一个项目中使用:

          org.apache.sling.commons.json-2.0.6.jar
          json-simple-1.1.1.jar

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

天哪啊......

在我们的Google JSON库中

            **JsonObject**

但是在所有其他JSON库中,如

         org.apache.sling.commons.json-2.0.6.jar
         json-simple-1.1.1.jar
         wink-something-json.jar

我们有

           **JSONObject** 

所以我在Google库中找不到JSONObject或JSONArray ..