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.
JavaオブジェクトをJSON表現に変換するために使用できるJavaライブラリであるGSONライブラリを使用したいのですが、機能しません。
プロパティ -> Java ビルド パス -> ライブラリ -> 外部 JAR を追加 (ダウンロードした gson jar を追加)
次のエラーが表示されます。
caused by: java.lang.NoClassDefFoundError: com.google.gson.GsonBuilder
ヘルプ
プロジェクトの下に「lib」というフォルダー コールを作成し、gson jar を「lib」ディレクトリにコピーして、上記の手順を繰り返します。