Il giorno mer, 13-10-2004 alle 09:27 -0500, Jerry Haltom ha scritto:
> What are the differences between the two .so files installed with
> Java-Gnome? libgtkjava2.4.so libgtkjar2.4.so?
The former is our C library used by jni, you need it in your
LD_LIBRAY_PATH for the java interpreter (or gcj compiler) to find it.
The latter is the native gcj compiled java code which makes our
alternative ABI (same API), it is used by gcj _compiler_ to compile your
java classes as native code (i.e. shared libraries or ELF executables),
so you can have a native unix executable without using any interpreter.
Hope I was clear, please correct me if I'm wrong :)
--
Luca De Rugeriis <pie...@fa...>
|