Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8660
| 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 <philipp.kraus@flashpixx.de> |
| 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 | <j6s2ui$k9d$1@online.de> (permalink) |
| References | <j6rtvg$g6t$1@online.de> <ddv2979m7vi0u4186rp3q9c3koepredg0h@4ax.com> |
| 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 |
Show key headers only | View raw
On 2011-10-09 13:22:39 +0200, Roedy Green said: > On Sun, 9 Oct 2011 12:45:04 +0200, Philipp Kraus > <philipp.kraus@flashpixx.de> 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
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
System.load / System.loadLibrary Philipp Kraus <philipp.kraus@flashpixx.de> - 2011-10-09 12:45 +0200
Re: System.load / System.loadLibrary Roedy Green <see_website@mindprod.com.invalid> - 2011-10-09 03:52 -0700
Re: System.load / System.loadLibrary Roedy Green <see_website@mindprod.com.invalid> - 2011-10-09 04:22 -0700
Re: System.load / System.loadLibrary Philipp Kraus <philipp.kraus@flashpixx.de> - 2011-10-09 14:09 +0200
Re: System.load / System.loadLibrary Roedy Green <see_website@mindprod.com.invalid> - 2011-10-09 07:54 -0700
Re: System.load / System.loadLibrary markspace <-@.> - 2011-10-09 09:32 -0700
Re: System.load / System.loadLibrary Philipp Kraus <philipp.kraus@flashpixx.de> - 2011-10-09 18:41 +0200
Re: System.load / System.loadLibrary markspace <-@.> - 2011-10-09 10:31 -0700
Re: System.load / System.loadLibrary "John B. Matthews" <nospam@nospam.invalid> - 2011-10-09 22:26 -0400
csiph-web