This is the mail archive of the
kawa@cygnus.com
mailing list for the Kawa project.
Re: Java array argument specification?
"Stan Berkovich" <stan@bedouin.com> writes:
> I'm trying to create a Scheme wrapper for a Java method that takes a single
> argument that is a String array argument (like main). ... I've tried ...
> <[Ljava.lang.String>
> "[Ljava.lang.String"
> What is the correct way to do this?
<java.lang.String[]>
--
--Per Bothner
bothner@pacbell.net per@bothner.com http://home.pacbell.net/bothner/