From: Carlos Q. <car...@we...> - 2001-08-28 21:16:58
|
Hi all Could you explain me how the jreload module exactly work, I can make LoadSet but I don't know how to import the classes later for instance if I import some of my classes via import jreload r=[ 'rtsums.jar'] ls = jreload.makeLoadSet('ums', r) If I try from ums import * I get no error but I can reference my classes in anyway I imagine. Any suggestions? Regards |