<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 July 2013 00:27, Alessio Stalla <span dir="ltr"><<a href="mailto:alessiostalla@gmail.com" target="_blank">alessiostalla@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't know the details of System.loadLibrary enough to answer your<br>
question; however: the Java code and the Lisp code differ in the use<br>
of loadLibrary() vs load(). Have you tried using the same method in<br>
both cases?<br>
<div class="HOEnZb"><div class="h5"><br><br></div></div></blockquote><div><br></div><div>If I understand correctly, loadLibrary() loads a library from the system load<br>paths, and modifies the name passed to it (so that loadLibrary("foo")<br>
</div><div>will load foo.dll on windows and libfoo.so on unixes), load() loads any<br>file as a dynamic library, and doesn't do the name modification.<br></div></div><br></div></div>