This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Newbie: jdbc + gcj 4 win32
- To: Ferenc Csizmadia <fcsiz@chemaxon.com>, java-discuss@sourceware.cygnus.com
- Subject: Re: Newbie: jdbc + gcj 4 win32
- From: Bryce McKinlay <bryce@albatross.co.nz>
- Date: Fri, 13 Aug 1999 12:14:03 +0000
- References: <37B3EBDC.E350534D@chemaxon.com>
Ferenc Csizmadia wrote:
> - Is it possible to compile a JDBC application using gcj?
Not directly. libgcj does not (yet) have a java.sql implementation.
However, provided your database driver is pure java (most are), it
should be possible to use jdbc using someone else's implementation (Sun,
Kaffe, Classpath). I'm not sure how complete/stable the latter two are,
however.
regards
[ bryce ]