I have a very simple Java + Gradle project. It builds fine. It runs fine from the shell with \"gradle run\". However, if I try to run inside of IntelliJ, I get:
I'm answering this so that I can find the solution when I have to google this error again.
Set project compile output path to path_of_the_project_folder/out. That's what is working today.
The intellj documentation makes it seem like we can select any folder but that's not the case.