IntelliJ IDEA run/debug just one file

You can remove the Make task in your run configuration. But you have to compile the single class manually before launch (Right click or Build -> Compile your class).

Or you could even try to compile the whole project if you need more than a single class. This might work if you have no dependencies to a broken class.

Leave a Comment