Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can't connect to SQL Server even after adding sqljdbc4.jar in class path

Ashok ENov 30 2016 — edited Dec 2 2016

Hi,

I am trying to run a ADF application It executes properly from my PC.I'm usingĀ  SQL Server Database which is installed in my PC.

I have added the sqljdbc4.jar in C:\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\lib

When I move application to linux weblogic server, deployment successes (I have added the sqljdbc4.jar in /u02/adfmwdv4/admin/adf_domain/mserver/adf_domain/lib) But when I run the same ApplicationĀ  It gives following Error

java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0

Thanks in Advance for your time.

Regards

Ashok E

This post has been answered by Ashok E on Dec 2 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2016
Added on Nov 30 2016
4 comments
399 views