How do I restart the Google App Engine Java Server in Eclipse?

后端 未结 7 660
一整个雨季
一整个雨季 2021-02-03 23:45

OK, maybe I\'m dumb/blind, but in the docs it says \"rebuild and restart the server.\" But I don\'t see a button to do this anywhere. Or from any contextual menu. And I can\'t f

相关标签:
7条回答
  • 2021-02-04 00:20

    In eclipse, there is a view that contains your Console. If you click on that, you will see the STDOUT and STDERR output of your running application. In the upper right, there should be a red box that will terminate the currently running program.

    alt t3xt

    0 讨论(0)
提交回复
热议问题