turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
tcl blend in Tcl Shell, howto
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-14-2012 12:55 AM
hi experts,
i am trying a simple thing with tcl blend from tcl session profile:
% set libInfo [ls::query LibraryInfo -customLibraryName tclAPI]
java0x4
% set jnode [ls::retrieve test_session -customLibraryName tclAPI "ggsnNode"]
java0x5
% java::info class $jnode
unknown java object "java0x5"
%
..and its not working. how to return java object properly?
if i am trying the same thing from tclsh (dosbox):
% set node [ls::retrieve test_session -customLibraryName tclAPI "ggsnNode"]
java0x5
% java::info class $node
com.spirent.ls.tcl.TestSession
0
Re: tcl blend in Tcl Shell, howto
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2012 05:26 PM
Hi,
Please have a look at the problem 1 in below link that could help you overcome this tclblend issue.
Hope it helps
Thanks,
Lakshmi
