devrim baris acar wrote:
>
> I wonder if Apache JServ supports JNI calls.
> Does it?
>
> Devrim Baris Acar
> Tubitak-Bilten ODTU
Apache JServ is just a class library running under the JVM. It has no
control over JNI support.
You do need to be sure that the .so's for the native component are
somewhere the JVM will find them - either in a central library location
like /usr/lib, or some directory pointed to by the LD_LIBRARY_PATH
environment variable in the environment launching the JVM.
Nathan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]