Sidebar

How do I install a driver class for Intersystems IRIS server?

0 votes
685 views
asked Apr 29, 2021 by lewis-s-9714 (1,020 points)
We have been connecting to an older version of the server, Intersystems Cache, using the "Driver Class" com.intersys.jdbc.CacheDriver, but we need to move to IRIS instead. I have a new .jar driver file (intersystems-jdbc-3.1.0.jar) for IRIS that should allow me to use the driver class com.intersystems.jdbc.IRISDriver. Can you help me figure out how to use it?

1 Answer

0 votes

Please see the following KBs for information on how to add the JAR file and how to import the Java classes from the JAR file once loaded.  If you need more specific assistance, please call into Support at 801-335-5101 x2, or email at support@qvera.com

Importing an external JAR file

Using a 3rd-party Java library

answered Apr 29, 2021 by jon-t-7005 (7,590 points)
...