Eclipse: The archive which is referenced by the classpath, does not exist

前端 未结 7 1434
野趣味
野趣味 2020-12-25 11:52

My Eclipse is Indigo Java classic.

I have a java project which has mockito-all as a dependency. pom.xml:


    org.mo         


        
7条回答
  •  醉梦人生
    2020-12-25 12:05

    If any of the previous answers didn't work, try this : Right click on your project -> Debug As -> Open Debug Dialog ... -> In the classpath you'll find the jar causing you the trouble. Remove it.

    Hope this work for you as it worked for me.

提交回复
热议问题