Applet troubles

Hi,

I have been trying to write an applet to wrap around the smack API. It works using object tag and the Jre plugin. But when I use applet tag, it creates problems for both the MS VM and Sun VM.

On the MS VM, it keeps giving “ClassNotFound” for XMPP connection. This could be becuase the classes are not compiled using jdk1.3. Is there a jdk1.3 build available for smack?

Has anyone tried to make a signed applet using privilegedAction for the sun VM?

Thanks,