Re: [tcljava-dev] Re: tjc runtime compiler
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-03-27 00:04:45
|
On Wed, 15 Feb 2006 22:52:28 -0800 Martti Tienhaara <ma...@da...> wrote: > The only minor problem so far is that the "-readyvar" option on > TJC::compile never returns a result in the server. It does return > correctly in jaclsh. As far as I know, the only way that would happen is if your interp is not processing events in the Tcl event queue. If that is the case, then you could test this by setting up and after event and then testing to see if it got processed. See the documentation and the Shell.java class for examples of how a thread should grab an event off the Tcl event queue and process it. Mo DeJong |