打开Intellij时终端被阻止
由于我已经设置了路径变量,以指向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是正常行为。术语接受了命令,并正在等待命令终止。您可以启动命令并在后台运行,因此终端返回,并且该过程不停:
在Linux上:
在Windows上:
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:
On Windows: