[Tcl Java] Re: [Tcl Java] External classloader for JACL

2000-03-03 Thread Thomas McKay
D] > Subject: [Tcl Java] Re: [Tcl Java] External classloader for JACL > > > Perhaps I was not being clear. I am proposing two changes. > > 1. Remove the "search for .zip and .jar files" on env(TCL_CLASSPATH) >feature. The fact that a use might accidently get .class

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] External classloader for JACL

2000-03-02 Thread Vladimir Zamiatin
> Both Jacl and Tcl Blend already use a class loader called TclClassLoader. > Is there a feature that you would like to add added to the TclClassLoader > or are you looking to bypass it completely? Actually in my design I prefer to bypass it completely, because I have an instance of sophisticate

[Tcl Java] Re: [Tcl Java] External classloader for JACL

2000-03-02 Thread Mo DeJong
rch 02, 2000 4:06 PM > > To: [EMAIL PROTECTED] > > Subject: [Tcl Java] Re: [Tcl Java] External classloader for JACL > > > > > > Both Jacl and Tcl Blend already use a class loader called TclClassLoader. > > Is there a feature that you would like to add added to the T

[Tcl Java] Re: [Tcl Java] External classloader for JACL

2000-03-02 Thread Thomas McKay
L PROTECTED]] > Sent: Thursday, March 02, 2000 4:06 PM > To: [EMAIL PROTECTED] > Subject: [Tcl Java] Re: [Tcl Java] External classloader for JACL > > > Both Jacl and Tcl Blend already use a class loader called TclClassLoader. > Is there a feature that you would like to add added to

[Tcl Java] RE: [Tcl Java] External classloader for JACL

2000-03-02 Thread Vince Darley
Title: RE: [Tcl Java] External classloader for JACL I'd like to see a kind of 'java::unknown' facility, in which if the class loader can't find a class, it calls 'java::unknown {className}', which by default returns null, but can try to find the class itself (from Tcl/Jacl) and if it finds it

[Tcl Java] Re: [Tcl Java] External classloader for JACL

2000-03-02 Thread Mo DeJong
Both Jacl and Tcl Blend already use a class loader called TclClassLoader. Is there a feature that you would like to add added to the TclClassLoader or are you looking to bypass it completely? I do not really see anything wrong with adding something to the TclClassLoader or replacing it completely