Re: [tcljava-user] A question involving expect,java and tcl
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2008-03-05 14:21:49
|
On Wed, Mar 05, 2008 at 06:34:05PM +0530, ven...@wi... wrote: > I want to interact with this telnet client in a tcl script using Expect. > I read some articles informing that Tclblend allows me to interact with java application from a Tcl script. > But I couldn't find exact information about how Expect can be used along with java application inside a Tcl script. There is already a port of Expect for Jacl, see the message from Justin Ryan in this thread: http://sourceforge.net/mailarchive/forum.php?thread_name=67e5f3da0711080735k4820242ascc219f87c52ac45d%40mail.gmail.com&forum_name=tcljava-user Justin's code is available at: http://code.google.com/p/expect4j/ -- Tom Poindexter tpo...@ny... |