String Array from C to Java
843829Oct 20 2003 — edited Oct 20 2003I have a legacy C program in which I need to access Java code. I have most of it done. The part I don't know how to do is pass an array of strings from the C program into the java method.
Specifically, I want to pass the command line parameters (argv) to a Java method whose signature is String[] args.
Any help would be great.
Thanks!!