From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21789 invoked by alias); 24 Aug 2005 16:09:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21416 invoked by uid 48); 24 Aug 2005 16:08:54 -0000 Date: Wed, 24 Aug 2005 16:14:00 -0000 Message-ID: <20050824160854.21415.qmail@sourceware.org> From: "mark at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050524194328.21741.green@redhat.com> References: <20050524194328.21741.green@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug classpath/21741] Need configure option to set java.library.path X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02806.txt.bz2 List-Id: ------- Additional Comments From mark at gcc dot gnu dot org 2005-08-24 16:08 ------- Note that since 0.15 GNU Classpath has the following system property: * New system property "gnu.classpath.boot.library.path" can be specified to define the location of the JNI libraries. It is by all means meant ONLY for VM implementors and GNU Classpath hackers. See the hacking guide for more information. http://www.gnu.org/software/classpath/docs/vmintegration.html#SEC43 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21741