GsonBuilder will not be found

84 Views Asked by At

enter image description hereHow to resolve this Error? java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder

I'm trying to build a DSL in Xtext in Eclipse IDE and I install the Gson Jar to class-path this project but still does't work. Any one has the same Problem?

1

There are 1 best solutions below

0
Christian Dietrich On BEST ANSWER

you can add the missing com.google.gson bundle to the required bundles in META-INF/MANIFEST.MF