Wednesday, December 19, 2018

Caused by: java.lang.NoClassDefFoundError: com/google/gson/JsonParseException ?

I just upgraded to GWT 2.8.2, that works fine.
I just noticed that in case the deobfuscator throws an exception as it can't find the GSON JsonParseException, why is that?

Caused by: java.lang.NoClassDefFoundError: com/google/gson/JsonParseException


I can't remember that was in GWT 2.8.0, but I am not sure. Neither do I see gwt-server include the gson automatically as dependency when running maven install.
I added it manually to solve it.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment