How do I resolve ClassNotFoundException?

前端 未结 22 1985
后悔当初
后悔当初 2020-11-21 06:06

I am trying to run a Java application, but getting this error:

java.lang.ClassNotFoundException:

After the colon comes the location of the cla

22条回答
  •  深忆病人
    2020-11-21 06:41

    I just did

    1.Invalidate caches and restart

    2.Rebuilt my project which solved the problem

提交回复
热议问题