“Cannot start compilation: the output path is not specified for module…”

后端 未结 12 2373
忘掉有多难
忘掉有多难 2020-12-13 08:43

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:



        
12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 09:03

    You have to define a path in the "Project compiler output" field in

    File > Project Structure... > Project > Project compiler output

    This path will be used to store all project compilation results.

提交回复
热议问题