Xcode, Cocoa-Java & VJDK

Brian Maher plsntbreez at mac.com
Fri Feb 6 18:03:54 CST 2004


Hi Jochen,

>>> If that functions loads DLLs, I expect it will link it correctly.
>>> You need test
>> I would also expect that it should work - but i have not tested it 
>> myself.
>
> I'll do that tonight and let you know the results.

It did not work.  The jnilib was loaded successfully, however, it 
appears
that when your init method is called and it attempts to load the library
via System.loadLibrary java does no checking to see if the library has
already been loaded.

Is there any way that you can modify your java code to do a check
before attempting to invoke System.loadLibrary()??

Brian



More information about the Valentina mailing list