> Hi,
>
> I am testing Slide client with Personal Java3.1.
> Slide client 1.0.11 was compatible with Personal Java.
>
> Slide client 1.0.15 is using un compatible method for Personal Java
> in Line318 of
org.apache.webdav.lib.methods.PropFindMethod.setPropertyNames()
> .
> Personal Java3.1 is not supporting
> java.util.Vector add(object) method
>
> Would you change this method?
>
> org.apache.webdav.lib.methods.PropFindMethod.setPropertyNames()
> Line 318:     list.add(item);
>
>             Object item = propertyNames.nextElement();
>
>             if (item instanceof PropertyName)
>             {
>                 list.add(item); //<----------This line
>             }
>
>
> java.lang.NoSuchMethodError: java.util.Vector: method
> add(Ljava/lang/Object;)Z not found
>         at org.apache.webdav.lib.methods.PropFindMethod.setPropertyNames()
>         at org.apache.webdav.lib.methods.PropFindMethod.<init>()

I suppose PersonalJave is Java 1.1. That particular problem can be changed,
but we decided it was ok to require Java2. So there are probably many other
places which would need to be changed.

Older versions of Slide were indeed Java 1.1 compatible.

Remy

Reply via email to