From: Sebastien P. <Seb...@is...> - 2001-09-10 08:53:06
|
Hi all, I have in my classpath every possible jar on my system. The problem is that at startup Jython looks in every jar without caching the information somewhere. This leads to a +20s slowdown at each runtime... Is there a possiblility to disable this step and only give jars that are needed, or maybe turn on a caching property that may be off? -- Sebastien. |