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

Categories

0 votes
908 views
in Technique[技术] by (71.8m points)

java - How to hide the command line in IntelliJ IDEA console output?

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

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

1 Answer

0 votes
by (71.8m points)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...