Saturday, August 20, 2022

java.lang.NoClassDefFoundError was not included in the set of types which can be serialized

I get an error when launching a GWT app, gwt 2.8.1 / jdk 8

java.lang.NoClassDefFoundError was not included in the set of types which can be serialized by this Seriaiazation policy or its Class object could not be loaded. For security purposes, this type will not be serialized. : instance = java.lang.NoClassDefFoundError: com/google/gwt/core/client/GWTBridge
(please check the image below for full logs)

First I can't make this class serializable as seen on others posts.
Second I don't have the GWTBridge in that package, it is inside com.google.gwt.core.shared



logsgwt.jpg

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/683cfa48-083c-4e17-9cd2-b883e5019bbfn%40googlegroups.com.

No comments:

Post a Comment