Re: Call to synchronized static method.

1998-12-16 Thread Levente Farkas
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; >

Call to synchronized static method.

1998-12-15 Thread Carlos Alberto Roman Zamitiz
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)