What is the shortcut for running java application in mac eclipse

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

    Command-Option-XJ works for me.

    Pressing Command-Option-X will show a list of options on how you want to run your application.

提交回复
热议问题