[jboss-user] [JCA/JBoss] - Re: RA deployment with native libraries

PeterJ do-not-reply at jboss.com
Mon May 11 15:07:57 EDT 2009


To get the JVM to load a .so file, you need to set the java.library.path sysmet property. You look in run.sh for an example - that script sets java.library.path based on whether or not JBoss Native is installed (though if I recall correctly it does s incorrectly, dropping the existing LD_LIBRARY_PATH setting). Use that as an example to add the location of your .so to java.library.path.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230189#4230189

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230189



More information about the jboss-user mailing list