Re: Applet to Applet comms from Jar Applets
Posted By:
catfink_catfink
Posted On:
Tuesday, May 1, 2001 05:04 PM
Try placing the static class in the jar file. If you are seeing multiple instances of the static class, then perhaps they are not running in the same environment. Make sure your archive parameters are identical, otherwise the applets won't be able to register with the same static class. i.e. archive="jar1,jar2,jar3" Also, make sure your codebase for the applets are the same. I've run into lots of quirks getting this to work, but it does, so if you have any other questions, i might be able to help out.
=^..^=