From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25000 invoked by alias); 5 Jun 2009 07:39:21 -0000 Received: (qmail 24992 invoked by uid 22791); 5 Jun 2009 07:39:20 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Jun 2009 07:39:15 +0000 Received: by qw-out-1920.google.com with SMTP id 4so814911qwk.14 for ; Fri, 05 Jun 2009 00:39:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.97.67 with SMTP id k3mr2329906vcn.7.1244187553137; Fri, 05 Jun 2009 00:39:13 -0700 (PDT) Date: Fri, 05 Jun 2009 07:39:00 -0000 Message-ID: <6f1633170906050039w19a0b975g992e8de2f5069b37@mail.gmail.com> Subject: Compile java files in packages From: Vaijayanthi Mala Suresh To: java@gcc.gnu.org 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: 2009-06/txt/msg00008.txt.bz2 Hi, I have a several packages of java files which I need to compile with gcj to generate .class and .o files. Can anyone help me please. Thanks Mala