This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
mysql Connector/J
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sat, 8 Feb 2003 22:17:46 +0100
- Subject: mysql Connector/J
Has anybody been able to compile mysql Connector/J with GCJ, natively?
It's jdbc1 classes do not satisfy libgcj's java.sql.* interface requirements
(it satisfies JDK1.1.8 interfaces), while it's jdbc2 classes implement stuff
that is not defined in libgcj's java.sql.* interfaces. It's some kind of
catch22.
Has anybody otherwise been able to use mysql from a GCJ executable?