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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...