[Kde-java] Using GCJ with KDE Java

Adrian Petru Dimulescu adrian.dimulescu at free.fr
Tue Mar 2 18:25:46 CET 2004


>I've managed to get a few apps working with the kdejava bindings and gcj. I 
>dowloaded the kdejava and qtjava modules seperately and built them to create 
>qtjava.jar and koala.jar.
>
>I then compiled the two jars with: (kde installed in /usr/kde/cvs)
>
>gcj -L/usr/kde/cvs/lib -lqtjava qtjava.jar -fjni -shared -o libqtjavabind.so
>
>
>  
>
Hello,

did you have any special reason for compiling those jars to dynamic 
libraries ? In theory, aren't you supposed to be able to natively 
compile a Java program linking with uncompiled Java bytecode jars ?


More information about the Kde-java mailing list