Link to home
Start Free TrialLog in
Avatar of kapitany
kapitany

asked on

JNI and servlet problem

I have to call a c library function. As long as I call the function from a JVM from a static main function it works fine. But when I call the same function from a servlet it fails and complains that "libIEB.so: undefined symbol: stat".
Any idea why? Guess this is some kind of static non static function problem.
Any help would be wellcomed.
BR,
kapi
ASKER CERTIFIED SOLUTION
Avatar of stimpyjcat
stimpyjcat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Force/accepted by

Netminder
Community Support Moderator
Experts Exchange