java.lang.ClassNotFoundException when running in IntelliJ IDEA

前端 未结 5 1331
挽巷
挽巷 2020-11-22 11:33

I creating a program to work with databases and I am getting the following error when compiling in IntelliJ IDEA. Does anyone why this is happening and how I could solve it?

5条回答
  •  醉梦人生
    2020-11-22 12:23

    Here's what worked for me:

    I deleted .ide folder, .iml file. And all other auto generated files by intelliJ then restarted my ide and I was asked if I want to make my project run with maven that's it.

    Obviously I said yes :)

提交回复
热议问题