From: thhal at mailblocks.com (Thomas Hallgren) Date: Fri, 11 Mar 2005 11:49:58 +0100 Subject: [Pljava-dev] Re: Subject: Re: Loading of native libraries in PLJAVA In-Reply-To: <3214799999CED64882731155DB0AAD922CEA6B@MLSW00103> References: <3214799999CED64882731155DB0AAD922CEA6B@MLSW00103> Message-ID: <423177D6.6070207@mailblocks.com> Nageshwar Rao wrote: > We are using a ping utility (libping.so - freeware) to ping > network devices. > We have written a insert trigger on network table, when there is any > insertion in the table , ipaddress will be > fetched from the triggereddata and we call a C library via JNI to ping > the device. The error still remains the same. > can you replicate the same error at your end and help us in fixing the > error. I could, but I don't see any JNI interface in libping. Do you have your own C library for that? If so, I'll need that too. If not, where do I find the JNI? - thomas