From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22973 invoked by alias); 22 Apr 2002 05:36:10 -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 22959 invoked from network); 22 Apr 2002 05:36:09 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 22 Apr 2002 05:36:09 -0000 Received: from [10.10.2.147] (vpn50-28.rdu.redhat.com [172.16.50.28]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g3M5Zev13378 for ; Sun, 21 Apr 2002 22:35:40 -0700 Subject: Using gcj's extensions dir From: Anthony Green To: rhug-rhats@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 21 Apr 2002 22:36:00 -0000 Message-Id: <1019453763.10559.237.camel@dhcppc2> Mime-Version: 1.0 X-SW-Source: 2002-04/txt/msg00002.txt.bz2 I'm modified many of the install procedures in rhug to use the extensions directory, which is new to the soon-to-be-released gcj 3.1. For instance, the current xerces jar file is installed here... $(prefix)/share/java/xerces-1.4.2.jar ...and $(prefix)/share/java/ext/xerces.jar is a link to this file. This means that you won't have to mess around with classpaths when compiling java code using packages from rhug. AG