Wednesday, December 5, 2018

UnsatisfiedLinkError while debugging

I have recently updated GWT to 2.8.2 from 2.6.1.

I am trying to debug using the Classic dev mode with "-nosuperDevMode" flag but getting the error:
 
"uncaught exception: java.lang.UnsatisfiedLinkError: com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.getHash()Ljava/lang/String;" "" 0

This error was not occurring with GWT-2.6.1. It seems GWT-2.8.2 is not allowing the use of JSNI inside ClientSerializationStreamReader. Can someone help with this?


-Dinesh

--
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