1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
920 views
by lewis-s-9714 (1.0k 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

by jon-t-7005 (8.2k points)
...