org.springframework.jdbc.core.JdbcTemplate
I am having a problem with Vertica driver. I already have the jar file in my project but it is not working using Spring. The problem i am getting is: Cannot load JDBC driver class 'com.vertica.jdbc.Driver'.
Any Ideas about possible workaround?
Any Ideas about possible workaround?
0
Comments
I am not sure it somting related to Vertica , i think its related to the envrionemnt setting , do you use Tomcat ? if yes , make sure the Jar dirver is copy into catalina_home/lib , this may help .