Can a native method have varargs?
843793Oct 10 2004 — edited Oct 10 2004Is this legal?
native void foo(Object ... args);
If so, what happens on the JNI/C side of the picture?
I would just try to compile it but I'm sitting infront of a Macintosh right now, which makes that more than a bit tricky :)