user811433
user811433

Reputation: 4149

Does the jTds 1.3.1 driver work with both JDK 1.6 and JDK 1.7?

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?

Upvotes: 3

Views: 6408

Answers (3)

Oleksandr Tsurika
Oleksandr Tsurika

Reputation: 980

jtds 1.2.8 is possible to use with java 1.6. While jtds 1.3.0 is using java 1.7

Upvotes: 0

Ashish
Ashish

Reputation: 11

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/

Upvotes: 1

rdmcfee
rdmcfee

Reputation: 550

1.3.1 does not guarantee backwards compatibility. From my experience there are certain JTDS incompatibility issues on specific versions of windows.

https://sourceforge.net/p/jtds/news/2012/10/jtds-jdbc-driver-127-and-130-released/

Upvotes: 1

Related Questions