Have you added the junit.jar file into the lib folder of the war file?
Kamal --------------------------------------- http://lkamal.blogspot.com On Mon, Jan 19, 2009 at 8:51 AM, xiadanhua <xiadan...@chojo.co.jp> wrote: > I have a question about built project(war file). > > > > At first time, I used ant's build.xml to deploy the source to Tomcat > server. > > This time I had built a correct war file. > > > > At second time, I wrote some Junit source, and want to build them to the > Tomcat server. > > Sources are same, but this time built war file was can't run. > > The reason was that Tomcat server can't find the built class files. > > But the built class files are in the same place. > > Why can't the Tomcat server find the class files? > > > > Please help me… > >