Eclipse error … cannot be resolved to a type

前端 未结 17 1852
清歌不尽
清歌不尽 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:38

    Project -> Build Path -> Configure Build Path
    Select Java Build path on the left menu, and select "Source"
     click on Excluded and then Include(All) and then click OK
        Cause : The issue might because u might have deleted the CLASS files 
     or dependencies on the project
    

    For maven users:

    Right click on the project

    Maven

    Update Project

提交回复
热议问题