Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Linux Core Fragments

On Fri, 2004-08-10 at 11:45 -0400, Douglas Schaefer wrote:
> Or does it all just work anyway. I'm not sure how System.loadLibrary finds 
> the libraries. There seems to be some magic there. Maybe all I need to do 
> is simply create new fragments and move the binaries there.
> 
> Anyone have any insight?

As far as I understand it, System.loadlibrary will look in your system
library paths. Eclipse overrides this and looks in
<plugin>/os/<platform>/<arch> first (ie
org.eclipse.core.resources.linux/os/linux/x86).

I'm not sure if this helps because I deleted your original mail and the
archive isn't updated yet.

Cheers, Ben



Back to the top