打开Intellij时终端被阻止

发布于 2025-01-23 18:57:36 字数 345 浏览 0 评论 0原文

由于我已经设置了路径变量,以指向 Intellij 的“ bin”文件夹,我可以通过导航到特定文件夹,然后执行indue。来从命令行进行项目。。

现在的问题是,当启动 Intellij 时,控制台会被阻止。我当然可以按ctrl + c结束执行,但是 Intellij 已关闭。

a)这是正常行为还是我设置了错误? b)如何更改它?基本上,我想打开“ Intellij”,然后仍然是ABEL以后使用控制台。

我在版本2021.3.3上使用 Intellij Idea Community Edition

as I have set the Path variable to point to the "bin" folder of Intellij I can project from the command line by navigating to the specific folder and then executing idea ..

The problem now is that when starting Intellij the console is blocked. I can of course press Ctrl + C to end the execution but then Intellij is closed.

a) Is this the normal behavior or did I set something up wrong?
b) How do I change it? Basically I would like open “Intellij” and still be abel to use the console afterwards.

I am using the Intellij Idea Community Edition on version 2021.3.3

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

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

发布评论

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

评论(1

若相惜即相离 2025-01-30 18:57:36

这是正常行为。术语接受了命令,并正在等待命令终止。您可以启动命令并在后台运行,因此终端返回,并且该过程不停:

在Linux上:

idea . &

在Windows上:

start /B idea .

This is normal behavior. The termial accepted the command and is waiting for it to terminate. You could start the command and let it run in the background, so the terminal returns, and the process does not stop:

On Linux:

idea . &

On Windows:

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