From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17104 invoked by alias); 11 Sep 2008 09:43:20 -0000 Received: (qmail 17096 invoked by uid 22791); 11 Sep 2008 09:43:19 -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 09:42:45 +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 m8B9ggR1014376; Thu, 11 Sep 2008 05:42:42 -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 m8B9gfjs011560; Thu, 11 Sep 2008 05:42:41 -0400 Message-ID: <48C8E810.3010207@redhat.com> Date: Thu, 11 Sep 2008 09:43: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: <144778.69718.qm@web54604.mail.re2.yahoo.com> In-Reply-To: <144778.69718.qm@web54604.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 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/msg00026.txt.bz2 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.