2009-04-16 19:23:42 UTC
Seems I accidentily posted this in open Discussion first, so now I'll go the more appropriate help topic.
I have a C# object, interface is something like void print(string[] names) which is available via COM interop, but I am not sure how to pass the arguments from Java. I've tried many things and get core dump from the jacob JNI code, or else all sorts of type errors. What should I be doing in the Java? I am using Jacob-1.14.3.
Jay Walters