What is the shortcut for running java application in mac eclipse

前端 未结 5 2075
清歌不尽
清歌不尽 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:45

    Notice, if you keyboard has multimedia functions, such as sound level control, brightness level etc etc. Then a lot of shortcuts using the F keys, such as Cmd+Shift+F11 and Cmd+F11 will not fire the application specific shortcut, but rather the system-wide shortcut.

    In that case, you will need to press fn as well, to fire the application specific shortcut. So in this case it would be: Fn+Cmd+Shift+F11

提交回复
热议问题