Re: [tcljava-user] Example program
Brought to you by:
mdejong
From: Patrick F. <pfi...@oz...> - 2006-10-09 14:35:27
|
See here for TclBlend examples. http://aspn.activestate.com/ASPN/Cookbook/Tcl?kwd=TclBlend You still need to compile the Tcl source. http://mini.net/tcl/9993 Once compiled using the mingw shell the tcl exe can be executed from the windows shell using the bat files generated during the compile process. Regards. Patrick. ----- Original Message ----- From: "community help" <hel...@ya...> To: <tcl...@li...> Sent: Monday, October 09, 2006 2:53 PM Subject: [tcljava-user] Example program > Hi, > > i'm familiarized with the getting strated section of > the web site, but this still does not respond to my > needs. > What i want is to execute a java program from tcl. > This program should modify a variable given in the tcl > sript and later display this variable in tcl. In brief > i want the following in my tcl script: > > 1. set a 10 > > 2. execute java program that modifies the a variable > to 5 > > 3. puts $a (should give 5) > > For doing this i need to know how to execute a java > program from tcl, and how to access a tcl variable > from this program. > > Thank you > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |