Your web server has jar files already, check those. For me on JRun it is JRUN\servers\lib. For apache tomcat it is a commons\lib or something like that.
It might be two different JAR files with the same class in it. You'll have to look inside the jar files to see if there is more than one instance of RowTag. Shawn -----Original Message----- From: Jean-Charles Giardina [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 7:24 PM To: Struts Users Mailing List Subject: Re: ServletException: duplicate class definition ?! Thank, But all my JAR are in WEB-APP/lib. And I've not found multiple copie. In my my frame there is only JSP from one webapp ! Regards. 2005/12/15, Laurie Harper <[EMAIL PROTECTED]>: > Jean-Charles Giardina wrote: > > Hi every body, > > > > I get an javax.servlet.ServletException: duplicate class definition: > > com/amarda/framework/taglib/RowTag > > on webapp start up only. Upon refreshing the page this error goes away. > > > > This exception occurs when using more than one frame (including internal frame). > > > > Tks folks. > > Check for multiple copies of your RowTag class in the classpath (or > multiple copies of a JARc containing that class). You probably have the > class in a shared library as well as your webapp's libraries / classes. > > L. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. **************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]