cancel
Showing results for 
Search instead for 
Did you mean: 

Facing error when installing JDBC client for kdb+.

Senthil
New Contributor

Hi

I'm trying to install JDBC client for kdb+. I followed the steps given in kx's jdbc repository.  

KxSystems/jdbc: JDBC client for kdb+ (github.com)

 

When I give mvn clean compile command, it threw the error like "no dependency information available".

mvn clean compile

In my system, I have prerequisites like Java, Maven and kdb+. Could you please help me out to this problem. Kindly refer the error image in attachment.  Thanks in advance.

1 ACCEPTED SOLUTION

sshanks
New Contributor
New Contributor

error appears to be couldn't find javakdb 1.0 on the system
download javakdb version 1.0 from here https://github.com/KxSystems/javakdb/releases/tag/1.0 & run a `mvn compile install`  to install that package, prior to building JDBC

View solution in original post

1 REPLY 1

sshanks
New Contributor
New Contributor

error appears to be couldn't find javakdb 1.0 on the system
download javakdb version 1.0 from here https://github.com/KxSystems/javakdb/releases/tag/1.0 & run a `mvn compile install`  to install that package, prior to building JDBC