mySQL jdbc Connector/J compiled natively (at last!)
Anthony Green
green@redhat.com
Mon Feb 10 15:09:00 GMT 2003
On Mon, 2003年02月10日 at 03:26, Erik Poupaert wrote:
> Older versions of the driver (jdbc1) won't compile, because they do not
> satisfy the java.sql interface requirements in libgcj. I'm talking about
> tens of methods added to java.sql.ResultSet and other core interfaces since
> jdbc1. Newer versions of the driver, jdbc2 and jdbc3, won't compile, because
> they expect new interfaces to be present, not available in libgcj.
libgcj is supposed to provide jdbc3 support. I was able to build and
use the jdbc3 postgresql driver with little problem. Others have the
Oracle jdbc driver working. I suppose it's possible that libgcj doesn't
implement everything, and these two jdbc drivers aren't using the
missing peices.
AG
More information about the Java
mailing list