szheng
7 years agoNew Contributor
Script1.groovy: 3: unable to resolve class org.apache.commons.net.ftp.FTPClient @ line 3, column 1
I am using the SoapUI 5.2.1 to run a FTP related test case. The following script worked fine in my window 7, the it failed if I ran it on windows 8.1 Pro. Not sure why?
import org.apache.common...
- 7 years ago
From your error message it looks like you are using the Apache commons Net library:
https://commons.apache.org/proper/commons-net/
My guess is that you have two installs of SoapUI, one has the libraies installed, the other doesn't, you can download the libraries from the above link, and then put them in your bin/ext directory. See the following page for details:
https://support.smartbear.com/readyapi/docs/testing/scripts/about.html