[Tcl Java] evalFile question

1999-05-10 Thread david shen
Hi, guys I would like to complete the following using both java and jacl. 1) run a tcl file 2) direct the output to a file 3) analyze the file My only poor solution is the following 1) class ExecCommand() { main() { Interp interp; interp = new Interp(); interp.evalFile("hello.

[Tcl Java] Re: remote execution

1999-03-25 Thread david shen
that there are some communication between the server socket and the Accept(callback) functions. */ thanks david >From: Moses DeJong <[EMAIL PROTECTED]> >To: david shen <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: [Tcl Java] Re: remote

[Tcl Java] Re: remote execution

1999-03-24 Thread david shen
o have the knowledge about the following a) fileevent (get the callback for the client) b) global c) vwait d) callback command Am I correct? thanks david >From: Moses DeJong <[EMAIL PROTECTED]> >To: david shen <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED], [EMAIL PRO

[Tcl Java] remote execution

1999-03-24 Thread david shen
Hi, guys I would like to run tcl(Jacl) script file on the remote server and then display the result on my machine. What would be the easiest way to to it? I would like to do the following: 1) using either TCP/IP or RMI to pass the tcl script to the remote machine 2) The remote machine would