delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Authentication-Warning: | localhost.localdomain: ronald owned process doing -bs |
Date: | Thu, 27 Feb 2003 13:10:46 +0100 (CET) |
From: | Ronald Landheer-Cieslak <ronald AT landheer DOT com> |
X-X-Sender: | ronald AT localhost DOT localdomain |
To: | gilles bourgeois <gbourgeois AT yaccom DOT com> |
cc: | cygwin AT cygwin DOT com |
Subject: | Re: LD_LIBRARY_PATH not accessible through java under cygwin for |
JNI | |
In-Reply-To: | <BHEPLBGHPJKIDJGHBFLIAEABCAAA.gbourgeois@yaccom.com> |
Message-ID: | <Pine.LNX.4.44.0302271304240.13998-100000@localhost.localdomain> |
MIME-Version: | 1.0 |
On Thu, 27 Feb 2003, gilles bourgeois wrote: > hi folks, > I am currently using my JNI so/dll library under solaris, linux and cygwin. > with solaris and linux, no problem, I bind to it using load(..) since the > LD_LIBRARY_PATH is set. > BUT, under cygwin/windows, it does not work and I shall tell the absolute > path when I load the library. > I hav already posted in java.machine, but Randall schulz told me to try in > this mailing list. OK, I think we need more info here: see http://cygwin.com/bugs.html and also tell us: * what Java VM are you using? * Why do you expect LD_LIBRARY_PATH to work on Windows? Note that Cygwin is not the one that loads the libraries for you - that's Windows' job. I would be (very) surprised if you were using a VM running under Cygwin , and that VM uses dlopen() and not LoadLibrary() (in which case LD_LIBRARY_PATH would work, of course). but hey - go ahead - surprise me! rlc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |