This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Newbie: jdbc + gcj 4 win32


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 ]



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