[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to call native library
PeterJ
do-not-reply at jboss.com
Thu Apr 24 13:40:13 EDT 2008
Try running ldd against your .so to see if all of the libraries it needs are also in the library path. If any of them is missing your .so will not load.
Are you sure your .so if built correctly and is exporting the correct entry points? Can you load the .so from a simple Java application?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146590#4146590
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146590
More information about the jboss-user
mailing list