call existing C apliction from java
hi all,
I try this
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/index.html for JNI.
we need to write the native method implementation in such a way that the method signature should exactly match the method signature created in the header file.
i want to provide interface to existing c application without distubing code taking input from stdin before
now i want java to pass that parameter and result return back in java aging

