Does the jTds 1.3.1 driver work with both JDK 1.6 and JDK 1.7? Or do I need to use jTds 1.2.7 for JDK 1.6 and jTds 1.3.1 for JDK 1.7?
Does the jTds 1.3.1 driver work with both JDK 1.6 and JDK 1.7?
6.3k Views Asked by user811433 At
3
There are 3 best solutions below
0

To use jtds with JDK 6 latest version we can use is jtds 1.2.7.
Detailed discussion about why you can't use 1.3.1 with JDK 6 and other things can be found at
http://sourceforge.net/p/jtds/discussion/104388/thread/f436f063/
1.3.1 does not guarantee backwards compatibility. From my experience there are certain JTDS incompatibility issues on specific versions of windows.