Wait for user input while debugging on IntelliJ IDEA and Gradle

前端 未结 2 620
小蘑菇
小蘑菇 2021-01-01 02:52

I have the simplest Java application that just works if executed from command line. But if I want to debug it through IntelliJ IDEA 14 Ultimate, the System.in.read()

2条回答
  •  轮回少年
    2021-01-01 02:57

    It's working fine on my windows 7 machine with IntelliJ IDEA 14 community edition.

提交回复
热议问题