In Message-ID: <[EMAIL PROTECTED]> 
Florian Heckl <[EMAIL PROTECTED]> wrote:

> java not working on MacOSX seems to be another naming problem. As you 
> might know, shared libraries on MacOSX have the suffix .dylib
> However for java to work, some of them have to have the suffix .jnilib 
> (also solved by ln -s libsomelib.dylib libsomelib.jnilib). Apparently 
> we need this for any lib that gets loaded from inside the JVM.
> 
> Does anyone have a list of which libraries are affected by that? This 
> would be great. (Trivial solution would of course be to create such a 
> link for every lib.)

hello,
iirc there are several jnilib are created and delive'ed solver
but not contained at installation set.
-- NAKATA, Maho ([EMAIL PROTECTED])


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to