Newbie: jdbc + gcj 4 win32
Bryce McKinlay
bryce@albatross.co.nz
Fri Aug 13 05:13:00 GMT 1999
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 ]
More information about the Java
mailing list