[Tcl Java] Re: [Tcl Java] namespace of tcljava extension

2000-01-25 Thread Mo DeJong
On Wed, 26 Jan 2000, zhanglei wrote: > Hi, everyone: > > I have a question about tcljava and namespace. > I wrote Tcl extension using tcljava class lib > (eg. public class Ext extends tcl.lang.Extension > and add new commands using Interp.createCommand method) > and made a tcl package index usin

[Tcl Java] namespace of tcljava extension

2000-01-25 Thread zhanglei
Hi, everyone: I have a question about tcljava and namespace. I wrote Tcl extension using tcljava class lib (eg. public class Ext extends tcl.lang.Extension and add new commands using Interp.createCommand method) and made a tcl package index using pkg_mkIndex. After that, I load the extension usin