Re: [tcljava-user] Using Expect from Tcl Blend
Brought to you by:
mdejong
From: Patrick F. <fin...@gm...> - 2009-09-23 21:33:10
|
On Wednesday 23 September 2009 19:48:41 Jerry Sugiarto wrote: > I installed Tcl Blend and successfully run TCL scripts from my Java > program. > > Now I need Expect package in my script; What is the recommended way to do > it ? > > I downloaded ActiveState Tcl 8.5 which I could install Expect to it. > > It runs OK when I use their interpreter directly. > > Now I need a way to combine it with Tcl Blend in order to run from Java on > Windows. > > Does anybody know how to do this ? Thanks. > > > > Regards, > > Jerry Copy the expect package from the Active State installation "lib" directory to the TclBlend installation "lib" directory. What platform are you running on? |