Eclipse error … cannot be resolved to a type

前端 未结 17 1844
清歌不尽
清歌不尽 2020-11-28 08:09

I have a dynamic web project that I am working on to migrate a jsp/servlet app from JRun to Tomcat.

I am getting the error: com.ibm.ivj.eab.dab.DatastoreJDBC<

17条回答
  •  情深已故
    2020-11-28 08:25

    Easy Solution:
    Go to

    Project property -> java builder path -> maven -> find c3p0-0.9.5.2.jar

    and see the location where the file is stored in the local repository and go to this location and delete the repository manually.

    G

提交回复
热议问题