> My experience with native libraries is that you can't do that.  If I am
> wrong, I would _very_ much like to know how to do it.  My experience is
> that native libraries all have to be in place before the jvm is started:
> anything added later is ignored.

See java.lang.Runtime.load(String)

A few years ago (1.1.3) I was using this to load native libraries on
solaris and linux for a java/native disk space monitor.

--jason




_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to