This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mysql Connector/J
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 10 Feb 2003 11:47:46 -0700
- Subject: Re: mysql Connector/J
- References: <POEIJGMGPFPGFHAGKFHAKEHACEAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> Has anybody been able to compile mysql Connector/J with GCJ, natively?
I haven't heard of anybody doing this.
Erik> It's jdbc1 classes do not satisfy libgcj's java.sql.* interface
Erik> requirements (it satisfies JDK1.1.8 interfaces), while it's
Erik> jdbc2 classes implement stuff that is not defined in libgcj's
Erik> java.sql.* interfaces. It's some kind of catch22.
Why does the extra code in the jdbc2 classes cause trouble?
In any case, I think that the libgcj java.sql classes conform to the
JDK 1.3 "spec". HTH.
Tom