and un-jared the gwt-user.jar, added Serializable.java to
com/google/gwt/emul/java/io/, and re-jared.
This worked great until the new GWT version release. I repeated these
steps for the newer gwt-user.jar, but now I have errors upon running my
web application:
[TRACE] Analyzing source in module 'com.mycompany.app.APP'
[ERROR] Unable to find type 'java.lang.Object'
[ERROR] Hint: Check that your module inherits
'com.google.gwt.core.Core' either directly or indirectly (most often by
inheriting module 'com.google.gwt.user.User')
[ERROR] Failed to complete analysis
I appreciate any advice!