Carlos Alberto Roman Zamitiz wrote:
> 
> 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?

I don't follow this thread, but the synchronized static functions
problem (what has other aspectes) was solved in 1.2 on Windows so 
I assume it'll work on linux's v1.2 too.

 -- Levente

 ------------------------------------------------------------------
 E-Mail:   Levente Farkas <[EMAIL PROTECTED]>
 Homepage: http://www.inf.u-szeged.hu/~lfarkas/
 PGP public key & Geek Code: [EMAIL PROTECTED]
 ------------------------------------------------------------------

Reply via email to