tom_13
16 years agoContributor
Re: call java method from groovy
Hi,
I’m using free soupUI. I need to call java method from jar file. I have added this jar file to soupUI classpath, but when I write
What I’m doing wrong?
I’m using free soupUI. I need to call java method from jar file. I have added this jar file to soupUI classpath, but when I write
import myfile.jarand then try to call class with methods from jar, I got error:
unable to resolve class myfile.jar
What I’m doing wrong?