Below is the information & error:
JAVA=v5.0
ClassPath=All Set
HXTT Driver=Excel_Embedded_JDBC30.jar
Connection URL=jdbc:excel:/C:/123.xls
Class Loaded=com.hxtt.sql.excel.ExcelDriver
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 11
at com.hxtt.sql.HxttDriver.a(Unknown Source)
at com.hxtt.sql.HxttDriver.a(Unknown Source)
at com.hxtt.sql.HxttDriver.acceptsURL(Unknown Source)
at com.hxtt.sql.HxttDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at ConManETL.(ConManETL.java:53)
Can anyone let me know why is this happening to me?
|
Please check your classpath, and make sure that you haven't used an older HXTT package, for instance, DBF, or Access before 2006-08-15. If you wish to use those package, you should replace those package with the latest package too. That's all.
|