How to run a CLI application with in IDEA?
Answered
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!!
Please sign in to leave a comment.
Use Application run/debug configuration, or just right click in a file with main method and choose Run from the context menu.