On Tuesday, May 9, 2017 at 6:25:29 PM UTC+2, [email protected] wrote: > > can any one help me on this >
Assuming Eclipse here, open the Debug view (it's generally enough to switch to the Debug perspective) and look for a running process and kill it. Alternatively, you can use JConsole or JVisualVM (not sure if you can kill it there), or jps on the command-line (to get its PID and then kill 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 [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.
