Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news.cgarbs.de!news.addix.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Philipp Kraus Newsgroups: comp.lang.java.programmer Subject: Re: System.load / System.loadLibrary Date: Sun, 9 Oct 2011 14:09:54 +0200 Organization: 1&1 Internet AG Lines: 28 Message-ID: References: NNTP-Posting-Host: p3ee29748.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: online.de 1318162194 20781 62.226.151.72 (9 Oct 2011 12:09:54 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sun, 9 Oct 2011 12:09:54 +0000 (UTC) User-Agent: Unison/2.1.5 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:8660 On 2011-10-09 13:22:39 +0200, Roedy Green said: > On Sun, 9 Oct 2011 12:45:04 +0200, Philipp Kraus > wrote, quoted or indirectly quoted > someone who said : > >> >> Does anybody know a tip to load all libraries first, so the Java VM can >> work with them from a "fixed" path? > > I am not sure what you are asking. My problem is, that the System.load with a fully qualified filename does not load my library and my depend library. If I use System.loadLibrary with the OS path (unix LIBRARY_PATH, osx DYLD_LIBRARY_PATH) the libs are loaded. eg: mylib is linked again boost libraries, so I would like to load with System.load the boost libs first. I use the System.load command with a fqn path and get the error "image not found" Thx Phil