Static libraries and JNI / recursive libraries

Hi @all,

I've built and linked the C++ code, that's called via JNI by my Java application as a so (shared lib). This lib however, links with other libs, that are not shared but static. When I run my java application it can't resolve symbols from those libs.

What can I do to make my Java program find those symbols?

Thx

[347 byte] By [Anubis666a] at [2007-10-3 2:22:40]
# 1
That is non-sensical.Static linkage means it is in the dll itself. There is no way for them to not be available.As a guess the linkage is not static.
jschella at 2007-7-14 19:21:37 > top of Java-index,Java HotSpot Virtual Machine,Specifications...