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 call
 at java.lang.Class.newInstance0(Native Method)
 at java.lang.Class.newInstance(Unknown Source)
 at sun.applet.AppletPanel.createApplet(Unknown Source)
 at sun.plugin.AppletViewer.createApplet(Unknown Source)
 at sun.applet.AppletPanel.runLoader(Unknown Source)
 at sun.applet.AppletPanel.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)

I' ve already tried to run the same code in command line and the same problem happened 
again. When i changed de JRE from 1.3.1_06 to 1.4 the problem DIDN'T occur. It seems 
to me a class loader problem, PLEASE can anyone help me??????

Thank's 
Thiago

Reply via email to