I am attempting to use TexJDBC in a jruby/Active Record environment via a socket connection and am not having any success. I assumed it could be used much like MySQL's platform and architecture-independent Connector/J. Using jruby/Active Record requires that I specify a driver so in addition to including the texJDBC jar, I specified com.kesoftware.texjdbc.TexDriver. However, the error thrown suggests that there are no public constructors in that class, "TypeError: no public constructors for Java::ComKesoftwareTexjdbc::TexDriver". So, a connection has not even been attempted at this stage. What version of the JDBC specification does TexJDBC conform to?