Kyaw Htet Soe
Kyaw Htet Soe

Reputation: 45

how to install the Pentaho Data Service JDBC Driver to my java backend application?

I am trying to connect to Pentaho data service from my Java backend API. I followed this link to download necessary JDBC driver files and got a bunch of following jar files. How do I install these jar files to my java web api? Do I just need to import all of them like a regular jar files?

enter image description here

Upvotes: 0

Views: 1318

Answers (1)

AlainD
AlainD

Reputation: 6356

Download the JDBC there.

Copy the jar in the folder [your-biserver-install-folder]/tomcat/webapps/pentaho/WEB-INF/lib.

Restart Pentaho.

Upvotes: 2

Related Questions