Thanks for all the replies to my question.
Most of suggestions focus on starting the C program as a separate process
then using pipes to communicate between the C and the Java program.
I have to add 3 conditions here which I didn't clearly explained in my
previous mail.
Condition 1:
I am using
Hi all,
I have a general Java question.
I was asked to make a Java GUI interface for a pre-developed project which
was written in C. The C programs provided a set of APIs. I constructed the
GUI using swing and made the jni program. It's functionlly working.
In the pre-developed project there