LS2j does not update java library

Hi,

I ran across an issue. in my template i amusing some java libraries. now i have updated its code, but while calling this methos form lotus script its still using the old definition.

To test it again,i created a new library, the code which was just returning a string initially worked fine.but then i cahnged the string in the code and recopiled it again, but it was still giving me old string.

Waht can be the reason for this?

Subject: LS2j does not update java library

Have you tried recompiling the Lotusscript?

Subject: RE: LS2j does not update java library

yes, i recompiled both lotusscript and java library, but its still not picking latest changes. it only picks up when i delete cacke.ndk file, so everytime i have to delete this file to see the latest changes working.