Command command to restart google app engine developer server in eclipse?

I am using java application engine developing in eclipse. Is there a way to associate a server restart with a key? Something like ctrl + r will shut down and restart the server? Right now I am completing it manually, then I need to restart it through all the context menus, it has a few seconds to restart,

thanks

+4
source share
1 answer

If a command is selected in Window-> Preferences-> General-> Keys, you can assign a binding to it.

+1
source

Source: https://habr.com/ru/post/1313703/


All Articles