Error running: Project has no JDK configured in IntelliJ IDEA Ultimate

后端 未结 2 1559
礼貌的吻别
礼貌的吻别 2021-01-04 10:29

When I try to execute program ergo, it gives me an error.

Error running: Project has no JDK configured

Can anybody help me? I\'m newbie in

2条回答
  •  别那么骄傲
    2021-01-04 10:44

    open File -> Project Structure, under project SDK, where it says no JDK select dropdown and check if they are any JDKs available, select available JDK then click Apply then OK, your project should run now.

提交回复
热议问题