Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.6k views
in Java FTP by (160 points)
hi,
i have used the Version edtftpj-1.5.2.jar; now i want to upgrade to edtftpj-2.0.3.jar, but during testing i get this error-message:

Exception in thread "main" java.lang.NoSuchMethodError: com.enterprisedt.net.ftp.FTPClient.put(Ljava/lang/String;Ljava/lang/String;)V


it seems as if the method-signature has changed :?

what can i do now?


thanks

3 Answers

0 votes
by (162k points)
Our fault, and in hindsight we shouldn't have changed the method signature. Sorry.

It now returns a string (instead of void) and so to upgrade you need to recompile. No other change required however.
0 votes
by (160 points)
hi,

thanks for your answer:

you have wirtten, that i have to recompile, you mean my own apllication, dont you?

thanks again
0 votes
by (162k points)
Yup, just recompile your app against the new jar & all should be well.

Categories

...