[Kde-bindings] JNI library names
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Mon Mar 29 10:24:39 UTC 2004
On Monday 29 March 2004 10:11, Dominique Devriese wrote:
> Hi,
>
> I have a question about the naming scheme of the JNI libraries in
> kdejava and qtjava. Apparently, gij expects them to have a name like
> "lib-org-kde-qt.la", instead of the current libqtjava.la. Am I
> misinterpreting something, or should they really be renamed ?
lib-org-kde-qt.so is a different library to libqtjava.so, it is just the
interfaces in qtjava.jar compiled to a library. You still need libqtjava.so
as well.
But the combination of lib-org-kde-qt.so and lib-org-kde-koala.so is so large
that the memory occupancy of a simple program I tried went up from 25 Mb to
50 Mb. If gij finds a library lib-org-kde-qt.so it will use it instead of
qtjava.jar, so it really extends the idea of .jar files/classpaths to work
with libs too.
-- Richard
More information about the Kde-bindings
mailing list