-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
>
> I am trying to load a library containing my native methods. But this gets
> failed with unsatisfied linking error unless I place the dll in jre/bin
> directory. (I am haing jdk 1.2.1 on my system.)
> Can you please help me how I can configure this by placing the dll anywhere
> under apache itself or giving a relative path for it.
You need to set the java.library.path system property to point to the path
where your .dll is.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]