Re: [tcljava-user] Class reloading in TCLBlend
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-04-11 18:06:20
|
On Wed, 11 Apr 2001, Dipierro Angelo wrote: > Hi! > > I have a problem with class reloading in tcl-blend. It seems that whenever > I recompile a class file tcl-blend keeps reloading the old one, maybe from > some class-files cache, so each time to load a new class I must restart > the vignette platform (I'using tcl-blend inside vignette). > > Is this a vignette problem or a tcl-blend one ? It is a Tcl Blend one. There is a class cache in Tcl Blend that would need to get flushed to reload .class files. > Is there any workaround ? Not really. Some design work would be needed to fix this problem. It would not really be that hard, someone would just need to do it. If you are interested in doing this work, I could help you get started. Mo |