We are running Tomcat 5.5. If we configure Tomcat to load Excel_JDBC30.jar but not Access_JDBC30.jar, then the HXXT jdbc driver to excel works fine. But if we have Tomcat load both Excel_JDBC30.jar and Access_JDBC30.jar, then attempts to use the Excel JDBC driver fail. Here's a partial stack trace:
java.lang.NoSuchFieldError: m1
at com.hxtt.sql.excel.ba.d(Unknown Source)
at com.hxtt.sql.excel.ad.a(Unknown Source)
at com.hxtt.sql.excel.ad.(Unknown Source)
at com.hxtt.sql.excel.v.a(Unknown Source)
at com.hxtt.sql.bm.if(Unknown Source)
at com.hxtt.sql.de.a(Unknown Source)
at com.hxtt.sql.de.a(Unknown Source)
at com.hxtt.sql.bm.a(Unknown Source)
at com.hxtt.sql.bm.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.executeQuery(Unknown Source)
|
>But if we have Tomcat load both Excel_JDBC30.jar and Access_JDBC30.jar, then >attempts to use the Excel JDBC driver fail. Here's a partial stack trace:
Please download the Excel and Access driver on the same day. It seems that you're using one newer package with one older package together.
|