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.
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
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
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