Re: [tcljava-dev] JACL classloader bug & fix
Brought to you by:
mdejong
From: Sasvata (S. C. <sa...@ba...> - 2003-06-23 14:19:47
|
Mo, > Are you using the 1.3.0 release of Jacl? The code in question looks like this > in the current release: > > stream = Interp.class.getResourceAsStream(resName); > > I can only assume that you must be using an old release which is why you > are running into this problem. If you switch to the 1.3.0 release does the > problem go away? > You are right, I went straight to the download page and grabbed 1.2.6. I now see mention of 1.3.0 available from CVS. I will checkout a copy from CVS and see how it works, but it certainly seems like the line of code you provided shouldfix the issue. Thanks for the message! BTW, when is 1.3.0 slated for release? Thanks, Shash |