You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sam Newman <sa...@stamplets.com> on 2001/07/05 12:17:29 UTC

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" <ar...@tikalknowledge.com>
To: <to...@jakarta.apache.org>
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
>