javagsonxtext

GsonBuilder will not be found


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?


Solution

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