In a Scala notebook on IBM DSX, I did a %AddJar to add a jar to my Scala notebook, but that turned out to be the bad one, so had to fix that jar.
However when I re-try the %AddJar it says 'Using cached version of xxx.jar' How do I force to discard the old cached one and ensure the new jar gets added via %AddJar.
Cannot seem to find an equivalent %RemoveJar. Also, wondering what is the location of these 'cached' jar files, so I can manually delete it to force re-loading of the jar.
Thanks,
Rajesh