Question about running a new project for the first time

Answered

Was wondering if I can set up IntelliJ so that after I build a project and want to run it for the very first time, I don't have to see that Edit Configurations or Run dialog box that pops up?

I know that after you run your project once and you choose to modify it then the second time all you gotta do is hit the green arrow to run it, but is it possible to do something like that upon executing the code for the very first time?

0
1 comment

Right click in the class with the main method and choose Run in the context menu, run/debug configuration will be created automatically.

0

Please sign in to leave a comment.