unable to instantiate application - ClassNotFoundException

后端 未结 13 1505
悲哀的现实
悲哀的现实 2021-01-01 20:57

EDIT: This problem has not already been resolved in the other suggested SO question

I had a fully working app on the market for over a year, with ve

相关标签:
13条回答
  • 2021-01-01 21:43

    Same message seen ... this time it turned out to be different output folders for MyApp/gen and MyApp/src in the Build Path (caused by Maven integration).

    Unchecking "Allow output folders for source folders" solved the problem.

    0 讨论(0)
提交回复
热议问题