Sir I have installed JAVA 15 windows 7 64bit
I want to ask what Microsoft JDBC Driver for SQLSERVER 2014 should I download.
Please
Remember what you mix something very old and new you end up having to test to see if it works.
https://github.com/microsoft/mssql-jdbc/releases has me write to try 9.1.1 since Java 15 support was only added in 9.1.0.
Sir can you please help in some easy words?
Want to know only what JDBC version should I download for SQLSERVER 2014 while using java 12 JDK 1.8
Try 9.1.1 from https://github.com/microsoft/mssql-jdbc/releases .
There are no easy words since you are on a very old SQL Server, the newest (AFAIK) Java so you install what appears to support Java 11 and test.
You may have Java 15 installed, but according to your screenshots, you are using Java 8
You may have Java 15 installed, but according to your screenshots, you are using Java 8
It's more bizarre than that. The java version is 1.8 but the compiler is 1.15
Possible reason is that a 1.8 JRE (runtime only) was installed, followed later by a 1.15 JDK (full developmen kit), but the JRE is still before the JDK in the PATH, or maybe the JAVA_HOME variable still points to the JRE.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.