> From: Roderick Timmerman [mailto:roderick.timmer...@gmail.com] > Subject: Re: Tomcat 6.0.18 useBean NoClassDefFoundError > > I concur. Just need to find out how the class file is managing to > exist after I've deleted it and shutdown tomcat, its lingering > somewhere thus running "javap user.UserData" from anywhere still > returns code.
Do you have a CLASSPATH environment variable set? If so, get rid of it - that will cause havoc with the classloaders. Run a Windows Search for UserData.class to see where other copies might be hiding. If you're running from a .war file (just in case - there's no evidence you are), Tomcat may be expanding it when it starts, overwriting changes you made to the expanded directory. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org