This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]