> java.lang.NoSuchMethodError: java.util.Vector: method add(Ljava/lang/Object;)Z not 
>found
>
> when I try to actually run PutFiles.  The --help option for it works,
> so it's not a CLASSPATH problem or aynthing like that.  This is Sun/Blackdown
> JDK 1.1.8v1.

Vector.add() is a 1.2ism. It should be Vector.addElement().



_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to