Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
1.9k views
in Java FTP by (120 points)
I am evaluating the trial version and I am getting the following error on the connect():

java.lang.NoSuchFieldError: com.enterprisedt.net.ftp.ssl.SSLFTPClient: field E not found
at com.enterprisedt.net.ftp.ssl.SSLFTPClient.connect(Unknown Source)
at com.otc.comet.tests.unit.FTPSExampleEDT.main(FTPSExampleEDT.java:63)
Exception in thread "main"

Any help would be appreciated. Thanks.

1 Answer

0 votes
by (162k points)
This problem is a result of having edtftpj.jar in the CLASSPATH while using edtftpjpro.jar - edtFTPj classes are used in edtFTPj/PRO. Solution is to remove edtftpj.jar from the CLASSPATH.

Categories

...