From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19325 invoked by alias); 11 Sep 2008 11:13:57 -0000 Received: (qmail 19317 invoked by uid 22791); 11 Sep 2008 11:13:57 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Sep 2008 11:12:55 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m8BBCrVl016107; Thu, 11 Sep 2008 07:12:53 -0400 Received: from zebedee.pink (vpn-12-86.rdu.redhat.com [10.11.12.86]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8BBCiVO014143; Thu, 11 Sep 2008 07:12:44 -0400 Message-ID: <48C8FD2C.6010306@redhat.com> Date: Thu, 11 Sep 2008 11:13:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Taufik Chowi CC: java@gcc.gnu.org Subject: Re: GCJ Compile Error SQLite JDBC References: <720825.42922.qm@web54605.mail.re2.yahoo.com> In-Reply-To: <720825.42922.qm@web54605.mail.re2.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00030.txt.bz2 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.