Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library

Getting this error although I have downloaded Microsoft JDBC Driver 4.0 for SQL Server's sqljdbc.jar and sqljdbc4.jar and placed them under lib/ext. I have also downloaded the latest JRE 1.7.

I have also setup the following CLASSPATH=C:\Program Files\screen-scraper Enterprise Edition\lib\ext\sqljdbc4.jar

Please help!!!

Thanks!
Joe

I always use the JTDS driver,

I always use the JTDS driver, and it works with the bundled Java 1.6 Have you tried it?

No. I have yet to try it. I

No. I have yet to try it.

I did figure out what my issue was. Once I deleted sqljdbc.jar it automatically resolved to sqljdbc4.jar.

Thanks!
Joe