Jython and zxJDBC package

William Shaw billshaw+google at fastmail.fm
Fri Aug 30 15:23:41 EDT 2002


Is anyone here using the zxJDBC package as described in "Jython
Essentials" to access a MySQL database?

When I try to run the sample program (Example 10-1, p. 164), I receive
a NoClassDefFoundError: org/gjt/mm/mysql/Statement in
MySQLDataHandler.  Decompiling MySQLDataHandler reveals an explicit
reference to org.gjt.mm.mysql.Statement; but this class isn't in the
Connector/J library.  Am I missing something here?

I'm using Jython 2.1 and Connector/J 2.0.14.

Thanks -- Bill.



More information about the Python-list mailing list