Not able to type anything in intellij idea terminal latest version on Windows 10

前端 未结 3 927
傲寒
傲寒 2021-02-18 14:13

I am using Intellij idea 14.1.3 latest community version. I am not able to type a single letter in the terminal. I am not getting whats the issue. Could anybody help me to solve

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-18 14:35

    I faced the same problem in IntelliJ while I was working on a gradle-jbehave project. My problem was I had created the project using commandline and had left the command prompt window open. The issue disappeared when I closed all the open command prompt windows, ie:

    1. I opened cmd.exe
    2. created a mvn project using "mvn archetype:generate -Dfilter=org.jbehave:jbehave"
    3. then switching to the project root via cmd.exe "mvn idea:idea"
    4. changed it to a gradle project by "gradle init"
    5. Opened this project in intelliJ, everything looked good until I tried to build it via terminal
    6. I closed the cmd.exe I opened in step1, and voila, everything started to work fine.

提交回复
热议问题