A Null Pointer
A Null Pointer

Reputation: 2277

GWT application doesn't terminate from within Eclipse

When I try to terminate my GWT based web application from within Eclipse , it fails to terminate the java process and a popup appears saying "Terminate Failed". Now , I have to open up the activity monitor each time I terminate my application and "force quit" the java process. Does anyone know what could be the problem ?

I am running:

Upvotes: 1

Views: 483

Answers (1)

bme
bme

Reputation: 516

I had this problem when my backend code performed task which extremely used the processor, so it was unavailable to eclipse runner. Try to terminate new sample GWT project. Also you can restart the server instead shutdown by pressing the 'Restart' buton wich is nearby 'Stop' button.

Upvotes: 1

Related Questions