Re: [tcljava-user] mail group
Brought to you by:
mdejong
From: D. J. H. <dha...@mi...> - 2001-05-26 16:32:29
|
Tam Huynh wrote: > I tried loading the extension in the java program with > 'interp.eval("load ext.dll")'. Does the tclsh have to > call the java program in order for this to work? I'm > executing the program without running the tclsh. And > my exception is "invalid command load" This sounds very much like you are using Jacl, which will return that error message when the load command is called. Since Jacl doesn't know anything about C-based Tcl extensions, the load command has not been implemented there. I am not very familiar with instantiating a C-based Tcl interp from Java code using TclBlend, so I really can't help you there... -=- D. J. |