This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Let a tcl script comunicate with java program

Old posts that have not been replied to for several years.
Locked
d
darkrad
Voice
Posts: 16
Joined: Wed Sep 10, 2003 6:33 pm

Let a tcl script comunicate with java program

Post by darkrad »

Is there a way to let a tcl script communicate with a java program? since it's quite difficult to find support about auth ssl ftp connection on tcl, maybe is easier to do the job with a java application. The idea was to catch the trigger from irc with tcl script, that starts the java application, and the results are sent back to tcl script that show on irc channel. wonder if there is any example done yet about it.
Thanks
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

yea, that can be done. read up on exec, eval and catch.
Locked