> "soonho" == soonho <[EMAIL PROTECTED]> writes:
soonho> I have a C program running in Linux using command line
soonho> argument - main (int argc, char *argv[]). How to use JNI
soonho> to call this command-line argument? I need to use JNI
soonho> cause my C program involve OS
Dear sir, I have a C program running
in Linux using command line argument - main (int argc, char *argv[]). How to use
JNI to call this command-line argument? I need to use JNI cause my C program
involve OS-specific function. Is Innovation API - creating VM will solve this
problem. I heard th