Hi Roland,
I have signed the HttpClient/PostMethod jars but I still get the same
problem. On the web-console, I get the following
java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/methods/RequestEntity
at JavaSoundApplet.init(JavaSoundApplet.java:52)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
My classpath has all the required lib files mentioned.
Do I need to include HttpClient.jar in the applet codebase?
BR,
Niti
-----Original Message-----
From: Roland Weber [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 11:46 AM
To: HttpClient User Discussion
Subject: Re: Problem using PostMethod (now resolved but causing problem
in applet)
Hi Niti,
> When I use my jar file
> (containing the relevant class files that use HttpClient/PostMethod)
> in the <applet> tag, the applet does not get initialized. If I use a
> similar jar file without HttpClient code, the applet works fine.
You have to sign the HttpClient jars just as you sign the applet.
This should be mentioned in the mailing list archive.
cheers,
Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]