This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Static linking with JNI-Libs possible?


Hi!

As far as I know, JNI is totally geared towards shared libraries.


Some time ago a guru told me that he uses GCJ to make Windows-Exe-Files with SWT, that only consitis of one file.
He said somthing like: "You only have to do sth. that the symbold are correct exportet"
......


In my opinion, CNI is less cumbersome and more natural than JNI.
This works with mingw32 because libgcj uses it too.


CNI may be a good solution for "I´m writing a app only for me", but if you want to reach a broad mass of developers its not useful ;-(

Thanks for your help, Clemens


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]