RE: [tcljava-user] evalFile() is not working in TclBlend
by Greg Pierce other posts by this author
Mar 19 2006 7:31PM messages near this date
[tcljava-user] evalFile() is not working in TclBlend
|
[tcljava-user] Any plans to support Tcl_CreateSlave
Hi,
You could always do the following:
interp.eval("source " + fileName);
-- Greg
________________________________
From: tcljava-user-admin@[...].net
[mailto:tcljava-user-admin@[...].net] On Behalf Of kar thik
Sent: Friday, March 17, 2006 10:58 AM
To: tcljava-user@[...].net
Subject: [tcljava-user] evalFile() is not working in TclBlend
Hi All,
I have used tclBlend for my project.
I want to execute the tcl script file from java using
interp.evalFile(<filename> )
But I got the following error message
Exception in thread "main" tcl.lang.TclRuntimeError: Not
implemented yet.
Could you please help me to execute Tcl script from Java ?Also
let me know tclBlend support this feature.If it doesn't support the
feature, then which software will support this feature.
Thanks In Advance,
Karthik.M
________________________________
Jiyo cricket on Yahoo! India cricket
<http://us.rd.yahoo.com/mail/in/mailcricket/*http://in.sports.yahoo.com/
cricket/>
Yahoo! Messenger Mobile
<http://us.rd.yahoo.com/mail/in/mailmobilemessenger/*http://in.mobile.ya
hoo.com/new/messenger/> Stay in touch with your buddies all the time.
Attachments:
unknown1
unknown2
Thread:
Kar Thik
Greg Pierce
|