Hi Praveen. Praveen Nayak: > When I host batik-all.jar and the related jars in an applet, there are > sometimes requests for xbean.jar made to the server. But xbean.jar is > not a part of the batik source and libraries I downloaded. Should I be > including something else as well to stop these calls?
It seems that the Rhino JAR includes xbean.jar in its manifest’s Class-Path entry. (I think xbean.jar is used for the Bean Scripting Framework http://www.mozilla.org/rhino/bsf.html.) I think you could avoid these requests by editing the manifest of js.jar to remove this dependency. -- Cameron McCormack ≝ http://mcc.id.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
