This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ Compile Error SQLite JDBC
- From: Andrew Haley <aph at redhat dot com>
- To: Taufik Chowi <m4g1c14n2000 at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 11 Sep 2008 12:12:44 +0100
- Subject: Re: GCJ Compile Error SQLite JDBC
- References: <720825.42922.qm@web54605.mail.re2.yahoo.com>
Taufik Chowi wrote:
> Dear Andrew,
>
> Certainly
> http://files.zentus.com/sqlitejdbc/sqlitejdbc-v053.jar
>
> btw he is number one result, if you try googling sqlite jdbc , he comes out on top
> and some other sqlite jdbc creator also praise his jdbc
> such as http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC
> "The original Zentus's SQLite JDBC driver http://www.zentus.com/sqlitejdbc/ itself is an excellent utility for using SQLite databases from Java language , and our SQLiteJDBC library also relies on its implementation."
OK, this jar file is the result of compiling sqlite (written in C?)
into MIPS machine code and then embedding a MIPS emulator into
Java. The resulting enormous jarfile is the result.
I am confident in saying, for the first time ever that we have a
jar file that cannot be compiled with gcj.
Andrew.