Re: [tcljava-user] Jacl: tcl.lang.TclRuntimeError
Brought to you by:
mdejong
From: Jeff S. <js...@on...> - 2001-06-19 03:58:36
|
On Mon, 18 Jun 2001, Mo DeJong wrote: > > Apparently, the JDK can duplicate an identityHashCode. (I'm using Sun's > > JDK 1.2.2 on Solaris.) > > That is a really old and nasty problem that has been fixed in > the 1.3 version in the CVS. You should use the CVS version > if you want to avoid this problem. You could also try back > porting the rewrite of ReflectObject, but it would be no > fun at all. Thanks Mo. We're actually using sources imported from CVS a year or so ago, extensively modified in our tree [*]. I'll look into backporting the changes. Jeff [*] We initially tried to use Jacl as-is. It became difficult to extend the package because most of the classes are package-private and some are not well abstracted. For example, we needed to create a StreamChannel to wrap an arbitrary Java io stream as a Tcl channel. |