Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am new to intellij IDE and trying to execute a class file and i have following issue when i execute java class file in intellij

"C:Program FilesJavajdk-13.0.1injava.exe" "-javaagent:C:Program FilesJetBrainsIntelliJ IDEA Community Edition 2019.3libidea_rt.jar=56791:C:Program FilesJetBrainsIntelliJ IDEA Community Edition 2019.3in" -Dfile.encoding=UTF-8 -classpath "C:UserssatisDesktopAutomation FrameworkKarateSeriesargetclasses" HelloWorld

Hellow World

How to get rid of the locations in my intellij output

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
907 views
Welcome To Ask or Share your Answers For Others

1 Answer

Add java.exe at File | Settings | Editor | General | Console, Fold console lines that contain.

IDE will collapse the command line and it will be less distracting.

It's not possible to hide it completely at the moment, you can vote for the related feature request:

  • IDEA-188173 A new option to turn off viewing folded code in Console

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...