Continuing with "Cliente.java"...
I converted Cliente.java to applet and works fine, but I created other
applet into the same page and the second applet calls method
enviarPeticion(), which is synchronized and static.
...
Applet cliente=null;
cliente=appletContext.getApplet("cliente");
((Cliente)cliente).enviarPeticion();
and it crashes. If I suppress word "synchronized" in method
enviarPeticion, works fine.
Is it correct?
Thanks
Carlos Alberto Roman Zamitiz
Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM
[EMAIL PROTECTED]