I have tried this, and I know that the java can find the dll, because I
once had the dll up by the IIs too, and
the tomcat yelled that the dll is already loaded.. so I killed
the IIs, and back to the UnsatisfiedLinkError.
-----Original Message-----
From: Sam Newman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 12:17 PM
To: [EMAIL PROTECTED]
Subject: Re: c++ dll
I would guess its because java can't find the dll in its path....try
putting
the DLL in windows/system.
sam
----- Original Message -----
From: "Arik Levin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 12:15 PM
Subject: c++ dll
>
> Hi.
>
> I have some c++ dll, which I use thru native java class
> at my servlet. (I call it like.. System.loadLibrary("dll name"))
>
> When I use it at JRun env it works fine.
>
> I have Jboss-Tomcat env, and at this env It just
> wouldn't work. I have this Exception: UnsatisfiedLinkError.
>
>
> Please ,,, HELP !!!!
> Thank's Arik
>