What is the shortcut for running java application in mac eclipse

前端 未结 5 2139
清歌不尽
清歌不尽 2021-02-07 06:07

I get used to eclipse and know that ctrl+F9 is used for running java application in eclipse in windows. But now I switch to mac, and find that cmd+F9 is used for debug java appl

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 06:55

    To set your custom shortcut open Eclipse -> Settings -> General -> Keys and search for Run. Scroll down a bit, select Run and set your custom binding in the textbox below. Finally click on apply and your ready to run :)

提交回复
热议问题