How to run a CLI application with in IDEA?

已回答

I'm developing a java application with a command line interface and I can't find the way to run it within IDEA. Each time I want to test it I have to open a console, compile it and run it... so burdensome...

Is there a way to do it? Or maybe any plugin? 

 

Thank you!!

0

Use Application run/debug configuration, or just right click in a file with main method and choose Run from the context menu.

0

请先登录再写评论。