Help with IE problem

Files and folders downloader add-on with resume support.
Post Reply
vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Help with IE problem

Post by vlad »

With any other browser everything works fine. But with Internet Explorer (9) I get the error "NoClassDefFoundError" with the details "org/apache/commons/httpclient/methods/GetMethod".
On the web server log I see that Java is trying to download the file "org/apache/commons/httpclient/methods/GetMethod.class". Do you have an idea why it would try to do that?

Thank,

Vlad

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Help with IE problem

Post by vlad »

Turns out that I missed to include one of the "jar" files in the "ARCHIVE" param.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Help with IE problem

Post by support »

Ok, fine.

Post Reply