--- Session Mwamufiya <[EMAIL PROTECTED]> wrote:
> - WEB-INF/scr/Test: my test java files, including
> HelloWorldTest.java; as
> well as the compiled class files for test java files
> - WEB-INF/classes: contains struts.xml
> - WEB-INF/classes/helloworld: the compiled class
> files for the regular java
> files
> 
> I'm running the test from "WEB-INF/scr/Test" where
> both
> "HelloWorldTest.java" and "HelloWorldTest.class" are
> located.

You still need to add the directory containing the
test classes to your CLASSPATH.

I would also recommend running all that kind of stuff
from the root directory of the project; that may
better prepare you for using Ant or Maven in the
future.

I'm assuming the repetition of "scr" above (as opposed
to "src") is just an... oddly repetitive typo. I'd
also name the "Test" directory "test" (all
lower-case).

d.



       
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to