Page 1 of 1

JImageFilter -> applet notinited

Posted: Sun Jan 27, 2008 8:45 pm
by import
hello,

I just tried to install the JImageFilter plug on a working licensed JFileUpload 1.9.3 Pro and get an error.
The differences in the JS between the test and the normal working JFileUpload are :
document.writeln('<PARAM NAME="filter" VALUE="jfileupload.upload.client.filter.JImageFilter">');
document.writeln('<PARAM NAME="filterproperties" VALUE="scaling.properties">');
and the append of "imagefilter.jar" in the archive param.

Here is the javaconsole :
17 janv. 2008 13:30:58 jfileupload.upload.client.filter.JImageFilterA
INFO: Supported readers : jpg BMP bmp JPG jpeg wbmp png JPEG PNG WBMP GIF gif
17 janv. 2008 13:30:58 jfileupload.upload.client.filter.JImageFilterA
INFO: Supported writers : BMP bmp jpg JPG wbmp jpeg png PNG JPEG WBMP GIF gif
java.lang.NoSuchMethodError: jfileupload.transfer.client.B.I.R()Ljava/util/List;
at jfileupload.upload.client.filter.JImageFilter.A(Unknown Source)

Can you give me a tip on how to solve this ?
Thanks in advance

Re: JImageFilter -> applet notinited

Posted: Sun Jan 27, 2008 8:46 pm
by import
It looks like you're not using binaries of 1.9.3. Aren't you using 2.0 beta ?

Re: JImageFilter -> applet notinited

Posted: Sun Jan 27, 2008 8:46 pm
by import
In fact, I replaced the 2.0 beta with the 1.9.3 for testing purpose but forgot to clean the Java Cache and my browser was still using 2.0 beta.
Once the cache cleaned, it works really better =:o)

Sorry for it and thanks again for your help.