Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Gson 有一些问题。当到达我的代码中带有 Gson 的行时,
Gson s = new GsonBuilder().create();
处理完全停止。没有抛出错误,这很奇怪。我已经尝试过 gson 2.2 和 2.4。我目前正在使用 JRE 1.6。有没有人见过这个?
事实证明,仅将 .jar 文件添加到 Eclipse 是不够的。我需要将它添加到 web-inf/lib 下的 JSP 网站。这解决了我的问题。