Hi,
I’m trying to use StrutsTestCase using MyEclipseIDE. While test cases for other classes, such as dto’s work fine, I can’t manage to get the StrutsTestCase get to work.
The problem is that the getActionServlet() method fails. Some investigation on the internet showed that this is a problem with the classpath that has to be set to my WEB-INF directory.
However, I just don’t see how I can set the classpath to a directory that doesn’t contain any jars. Setting the classpath in my system environment variable didn’t help either.
Is there a way to set the classpath, or to bypass this problem ?
many thanks,
Bartlebooth