Re: JNI and command-line arguments

2001-01-18 Thread Juergen Kreileder
> "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

JNI and command-line arguments

2001-01-17 Thread soonho
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