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

PeterJ do-not-reply at jboss.com
Mon May 11 17:38:05 EDT 2009


anonymous wrote : I'm not looking at having the JVM load that libraries.

The JVM is responsible for loading *.so files. The Java language provides methods that Java code can use to identify the *.so, but it is the JVM that loads it. The java.library.path is used for System.loadLibrary(), while System.load() the full path to the *.so file.

anonymous wrote : The code I have, which supports updating of the libraries for a newer version, without redeploying the RAR. I copy the physical location of the file to another location so that versioning can be done. 

I'm sorry, but I do not understand this at all.

anonymous wrote : Can you tell me where the files are laid down physically

What files?

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

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



More information about the jboss-user mailing list