I don't know the details of System.loadLibrary enough to answer your question; however: the Java code and the Lisp code differ in the use of loadLibrary() vs load(). Have you tried using the same method in both cases?
On Tue, Jul 9, 2013 at 10:06 PM, Alexandre Rademaker arademaker@gmail.com wrote:
I am trying to use a C++ library called FreeLing from ABCL (using the library JAVA API). I have just posted a question in http://stackoverflow.com/questions/17556912/calling-freeling-java-api-from- abcl. Does anyone know of any limitation of ABCL to deal with the System.load of Java?
Best, Alexandre