mac eclipse中运行java应用程序的快捷方式是什么

发布于 2024-11-10 05:17:20 字数 114 浏览 3 评论 0原文

我习惯了eclipse并且知道ctrl+F9用于在windows中的eclipse中运行java应用程序。但是现在我切换到mac,发现cmd+F9用于调试java应用程序,那么运行java应用程序的快捷方式是什么?

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 application, so what is the short cut for running java application ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

作业与我同在 2024-11-17 05:17:20

注意,如果你的键盘有多媒体功能,比如音量控制、亮度控制等,那么F键就有很多快捷键,比如Cmd+Shift+ F11Cmd+F11不会触发应用程序特定的快捷方式,而是触发系统范围的快捷方式。

在这种情况下,您还需要按 fn 来触发应用程序特定的快捷方式。所以在这种情况下它将是:Fn+Cmd+Shift+F11

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

错爱 2024-11-17 05:17:20

找到运行的缩写:Cmd+Shift+F11

并调试:Cmd+F11

Find the short for run: Cmd+Shift+F11

And debug : Cmd+F11

命比纸薄 2024-11-17 05:17:20

命令-选项-XJ对我有用。

Command-Option-X 将显示有关如何运行应用程序的选项列表。

Command-Option-XJ works for me.

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

随风而去 2024-11-17 05:17:20

要设置自定义快捷方式,请打开 Eclipse -> 设置 -> 一般 -> 并搜索运行。向下滚动一点,选择运行并在下面的文本框中设置自定义绑定。最后点击“应用”即可运行:)

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 :)

梦言归人 2024-11-17 05:17:20

Fn+Cmd+shift+F11 用于运行

Fn+Cmd +F11 用于调试运行

Fn+Cmd+shift+F11 for Run

Fn+Cmd+F11 for Debug run

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文