On Tuesday, December 13, 2016 at 11:24:27 AM UTC+1, Mounika Avala wrote: > > Hello, > > Here I am writing this email to you to know the information about this > application Google Web Toolkit Developer Plugin for IE 1.0.7263.0.we would > like to know whether is application is supported on windows 10 operating > system or not. >
I *think* it'll work, but dev mode is deprecated; you should use so-called "super dev mode", which doesn't require any browser plugin (compiles Java to JS on-the-fly, run the JS, debug the JS with the help of sourcemaps) Actually, super dev mode has been the default mode for 2 years now (starting with GWT 2.7), so the legacy dev mode will only be used if you explicitly ask for it (or use an oldish version of GWT). -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
