> From: Milan Tomic [mailto:[EMAIL PROTECTED] > Subject: RE: JSP compilation > > I have created one simple class: > > public class TestClass > { > public TestClass () {} > }
I believe such classes need to be part of a package, but I could be confusing that with something else. In any event, it won't hurt to specify some arbitrary package. > Then I copied it (TestClass.class file) into > apache-tomcat-5.5.12\webapps\jsp-examples\WEB-INF\lib. The lib directory is for jar files only; put individual classes in the WEB-INF\classes 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]