i installed newer version of eclipse (neon v1) , tomcat 8.0, , getting error:
org.apache.tomcat.dbcp.dbcp cannot resolved type.
i 99% sure nothing in code has changed. way understand it, org.apache.tomcat.dbcp.dbcp
comes jar in tomcat's library called "tomcat-dbcp.jar" there.
i've tried uninstalling , reinstalling tomcat , eclipse, i'm still getting same error. i've tried adding tomcat-dbcp.jar
project libraries , tried importing directly in java file still error. know .jar
files cannot figure out else can possibly do.
nevemrind, figured out there new version of dbcp , had change tag "org.apache.tomcat.dbcp.dbcp2" fix problem.
Comments
Post a Comment