Classpath location for Jar Files needed by JDBC Driver

Partial success :slight_smile:

after adding

wrapper.java.classpath.3=lib/hadoop-common.jar

to C:\Program Files\Inductive Automation\Ignition\data\ignition.conf

we eliminated

java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.security.UserGroupInformation

However the error that remains is:

java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.HBaseConfiguration

This class depends on a hbase-site.xml file and a NoClassDefFoundError is thrown when this properties file is unavailable. Adding this XML to the file to wrapper.java.classpath.x in igition.conf did not resolve the error.

Should I add XML files to the classpath this way or is there another way to add XML files to the classpath?