This is the mail archive of the kawa@cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]