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 库,这是一个 Java 库,可用于将 Java 对象转换为其 JSON 表示,但它不起作用。
Properties -> Java Build Path -> Libraries -> Add External JARs (添加下载的gson jar)
我收到此错误:
caused by: java.lang.NoClassDefFoundError: com.google.gson.GsonBuilder
帮助
尝试在您的项目下创建一个名为“lib”的文件夹,并将 gson jar 复制到“lib”目录并重复上述步骤。