Hello from germany,
we are a custumer of the excel driver for some time now, works fine. Now a customer of us has asked to use an access database within our application. So i downloaded the trial version of the driver, added it to the classpath but could not get it running first.
Then i moved it to the first position of the classpath and suddenly it worked but now i was no longer able to use the excel-driver.
It seems both jarfiles contain some common classes but those are not of the same version!
Here ist the Exception that was thrown by the Excel-Driver, Accessdriver ist simillar, only a bit different.
java.lang.NoSuchMethodError: com.hxtt.sql.HxttDriver.a()Lcom/hxtt/sql/common/r;
at com.hxtt.sql.excel.EmbeddedDriver.connect(Unknown Source)
at com.hxtt.global.SQLState.getConnection(Unknown Source)
at com.hxtt.sql.HxttDriver.if(Unknown Source)
at com.hxtt.sql.HxttDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
Do you have any solution for this? Thank you in advance!
best wishes
Michael
|
You can download the latest Excel and Access driver to use. For instance, Access_JDBC41.jar with Excel_JDBC41.jar . You failed reason is that you download two files in two days, so that it's released at different minor version.
|