Re: [tcljava-dev] Proposed patch for passing multiple args to JVM
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2002-12-25 00:14:09
|
On Wed, 8 May 2002 12:01:27 -0500 "Mark Thornton" <mar...@am...> wrote: > I have made a change to the JavaInitEnv() method in javaCmd.c > that allows multiple arguments to be passed to the JVM > (via tclblend_init) when initialized Hi Mark. I just checked a modified version of this patch into the CVS. It treats tclblend_init as a Tcl list so that arguments with spaces in them will be passed correctly. Thanks for the patch. Mo |