I downloaded the 4.0 version to test whether the locking functionality would work with the samba connection and got the following error. Can you tell me why Im getting this error.
Caused by: java.lang.UnsupportedClassVersionError: com/hxtt/sql/dbf/DBFDriver (Unsupported major.minor version 50.0)
This is the version of Java Im using. Not sure if this is an issue
java version "1.4.2_17"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
Java HotSpot(TM) Client VM (build 1.4.2_17-b06, mixed mode)
|
Yeah. You should use JDBC3.0 package. JDBC4.0 package is for JDK1.6 .
|