custom libraries

Alan Bateman Alan.Bateman at Sun.COM
Mon Nov 5 01:28:11 PST 2007


Roger Abelenda wrote:
> I made some libraries and i want opnejdk load them. I putted them in
> the lib/i386/client directory but it doesn't finds them. Where i may
> put the libraries? Do i need to make some changes? Thanks
>   
If you are looking for help getting JNI code working then a useful place 
to search is the JNI forum [1]. There can be several reasons why your 
native methods cannot be found. Maybe you are missing the loadLibrary 
method to load your library, maybe the signature of the native method 
may not match its declaration, maybe you are missing an entry in a map 
file, .... In any case, you will likely need to provide more information 
if you want to get help on this issue.

-Alan.

[1] http://forum.java.sun.com/forum.jspa?forumID=52



More information about the net-dev mailing list