Re: JRE problem

2004-04-07 Thread Ortwin Glück
Thiago Kleinubing wrote: java.lang.VerifyError: (class: AppTeste, method: init signature: ()V) Incompatible object argument for function call The Exception suggests that the class AppTeste is causing the problem. You should try and recompile your Applet with a Sun JDK 1.3 or use the -target 1.3

Re: JRE problem

2004-04-06 Thread Michael Becke
Hi Thiago, Is it possible that your code is being compiled for only 1.4+ JVMs? Mike On Apr 6, 2004, at 2:53 PM, Thiago Kleinubing wrote: Hi, i'm trying to use HttpClient 2.0 Library to communicate one applet to one webserver, but i'm having some troubles. Every time when the applet is loaded

JRE problem

2004-04-06 Thread Thiago Kleinubing
Hi, i'm trying to use HttpClient 2.0 Library to communicate one applet to one webserver, but i'm having some troubles. Every time when the applet is loaded the exception is shown: java.lang.VerifyError: (class: AppTeste, method: init signature: ()V) Incompatible object argument for function cal