From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26195 invoked by alias); 30 Apr 2002 14:25:54 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 26181 invoked from network); 30 Apr 2002 14:25:53 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 30 Apr 2002 14:25:53 -0000 Received: from to-dhcp20.toronto.redhat.com (vpn50-38.rdu.redhat.com [172.16.50.38]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g3UEOov26925; Tue, 30 Apr 2002 07:24:51 -0700 Subject: Re: tomcat 4 jsp compilation status? From: Anthony Green To: Don Smith Cc: rhug-rhats@sources.redhat.com In-Reply-To: <3CCEA18A.1050807@umdnj.edu> References: <3CC9B98A.1070506@umdnj.edu> <1019925156.3282.6.camel@dhcppc2> <3CCEA18A.1050807@umdnj.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 30 Apr 2002 07:25:00 -0000 Message-Id: <1020176741.1858.11.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-04/txt/msg00014.txt.bz2 On Tue, 2002-04-30 at 06:52, Don Smith wrote: > The latest problem with the install is that i get this error, since it > is around the --resource tag i was wondering if maybe this had something > to do with the syntax change That sounds right. What does gcj --version say? Try... $ gcj --resource foo -c -o foo.o ANY_FILE_HERE This makes the file ANY_FILE_HERE readable by the runtime as the URL "core:/foo". AG