DrainBamage
DrainBamage

Reputation: 15

Cannot find the latest jconnect jar file for sybase drivers

I was trying to get the latest jconn4.jar for the sybase drivers in my java project, but I cannot find the latest version of it.

Here are the links where I did find it but they are older versions:

https://osdn.net/projects/sfnet_id2d/downloads/jdbc%20drivers/jconn4.jar/ https://mvnrepository.com/artifact/jdbc.sybase/jconnect

Also, the official link from older threads and articles that suggests this link which doesn't work because now its redirected to SAP portal

http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect

From some of the discussions from threads, it says that now its a part of SAP ASE SDKs which I also downloaded from here:

https://developers.sap.com/trials-downloads.html?search=jdbc

it has a jconnect folder but I couldn't find jconn4.jar file inside of it. (a Some of the links that I found useful are:

https://answers.sap.com/questions/676043/is-jconn4jar-still-available.html\ https://stackoverflow.com/questions/26349911/what-is-the-maven-repository-for-jconn4-jar\ https://answers.sap.com/questions/11348967/where-can-i-download-the-jconn4jar-for-sqla-16.html

Upvotes: 0

Views: 8125

Answers (1)

DrainBamage
DrainBamage

Reputation: 15

It is available was available here only, https://developers.sap.com/trials-downloads.html?search=jdbc.

the path for it is
jconnect.iam.zip$IA_MERGE_RESOURCES$\SAP jConnect_1625213170063\6070b025c74123f28e08328c3af4d70e\jdbc.manifest_za_ia_sf.jar\classes you will find jconn4.jar

Upvotes: 0

Related Questions