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

前端 未结 7 1529
野趣味
野趣味 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:17

    I reproduced this problem

    Resolution :-

    As stated in error "The archive: /AutomationPrj/src/test/resources/resources which is referenced by the classpath, does not exist."

    In my project /AutomationPrj/src/test/resources**/resources** indeed does not exists. I created resources folder [empty] at appropriate location and issues resolved.

提交回复
热议问题