From owner-freebsd-java Mon Feb 2 22:09:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29960 for java-outgoing; Mon, 2 Feb 1998 22:09:01 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from damon.com (OdcL3yx0kDO4AM0bfzk4CdWur6NUoMKD@damon.com [207.170.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29920 for ; Mon, 2 Feb 1998 22:08:54 -0800 (PST) (envelope-from dap@damon.com) Received: (from dap@localhost) by damon.com (8.8.7/8.8.7) id AAA08954; Tue, 3 Feb 1998 00:08:31 -0600 (CST) (envelope-from dap) From: Damon Permezel Message-Id: <199802030608.AAA08954@damon.com> Subject: Re: jdk115 JNI requires ELF, gcc makes a.out In-Reply-To: <34D6A37E.29B3C1AE@systemics.com> from Ian Grigg at "Feb 3, 98 04:56:30 am" To: iang@systemics.com (Ian Grigg) Date: Tue, 3 Feb 1998 00:08:31 -0600 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe java" "Ian Grigg sez: " > Perhaps I'd better throw some questions in: > > * is "complete" synonymous with absolute? No. Complete is synonymous with "add the suffix, and don't expect us to add .dll or .so or .a" > * is this a bug, or a misinterpretation? The former. > * should I be using System.loadLibrary? Yes. > * can I use absolute, relative, or what? Add "/" to your LD_LIBRARY_PATH if you really want absolute to work. > * ... $$$ Some of this is opinion, and may be open to debate. Like "if the specified path begins with a `/', why not attempt that first". And "well, we don't want to encourage absolute paths, as this leads to inflexibility".