From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22144 invoked by alias); 11 Sep 2008 09:55:26 -0000 Received: (qmail 22135 invoked by uid 22791); 11 Sep 2008 09:55:26 -0000 X-Spam-Check-By: sourceware.org Received: from web54605.mail.re2.yahoo.com (HELO web54605.mail.re2.yahoo.com) (206.190.49.175) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 11 Sep 2008 09:54:25 +0000 Received: (qmail 96286 invoked by uid 60001); 11 Sep 2008 09:54:22 -0000 X-YMail-OSG: ztfP1JUVM1laX2atr6VFzMI7eN2HrLRA1U0GhWdK9Q0xAKKbSPrJ3MaWxBE3hkwjrnVOGWWF737WY1HFd1eN_2ag_.P9XzydWW4DLRW35UM1O4FfdGb_SNpBImTGHFfEvsitgmz5shcbgRwRtoaNmAS4 Received: from [61.45.234.17] by web54605.mail.re2.yahoo.com via HTTP; Thu, 11 Sep 2008 02:54:22 PDT X-Mailer: YahooMailRC/1096.28 YahooMailWebService/0.7.218.2 Date: Thu, 11 Sep 2008 09:55:00 -0000 From: Taufik Chowi Subject: Re: GCJ Compile Error SQLite JDBC To: Andrew Haley Cc: java@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <896774.93884.qm@web54605.mail.re2.yahoo.com> 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/msg00027.txt.bz2 Dear Andrew, alright , so extracting the jar file.. i have done that :) using winrar. ok i can see couple of files and 2 folders there are one thing that really caught my attention is sqlitejdbc-v053\org\sqlite\SQLite.class sized at 3.51 MB (3,690,385 bytes) <-- if 2MB is too big, then i think this 3.5MB is definitely too big C and C++, i actually know how to program with them but i dont think i have ever built large C or C++ programs if i cant compile this using gcj unless i have an ample amount of experience in building large C / C++ programs, then i think i will give this sqlite up T.T but at least, can you take a peak on the problem i have in other HSQLDB problem http://gcc.gnu.org/ml/java/2008-09/msg00020.html it looks more basic (at least the error message) , i believe that there are something wrong along the compiling command i used. again thanks a lot :D Cheers and God Bless, Chowi ----- Original Message ---- From: Andrew Haley To: Taufik Chowi Cc: java@gcc.gnu.org Sent: Thursday, September 11, 2008 4:42:40 PM Subject: Re: GCJ Compile Error SQLite JDBC Taufik Chowi wrote: > I see , umh , i am really sorry but i am very very new with gcj .. i know this is a stupid question. (yes i have read the gcj manual) > but how do i split the jar file ? > i mean do i have to do something like unjar the jar file? Yes. jar xf file. You will then have a bunch of class files that you can compile. You can also use jar to build a bunch of smaller jarfiles. You can compile these separately. I guess the real problem here is that we don't know what you don't know. Have you any experience of, for example, building large C and C++ programs? Andrew.