As an aside, if you have a development environment that allows you to set a project's class path individually (i.e. just for the project) you can spare your classpath environmental variable...
Torsten Fohrer wrote: > if i remember right, tomcat 4 ignores the classpath. > > place classes simply in the (common or shared)/classes > > read more under: > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html > > On Saturday 16 November 2002 21:12, chasee wrote: > > > > Hello all, > > > > the class loader of my tomcat stand-alone server (jakarta4.0.4) has > > problems finding classes. it gives a java.lang.NoClassDefFoundError. > > > > I checked the classpath environment variable using echo %classpath%. It is > > properly set. The only thing I have doubt about is my "classpath" is way > > too long with 20 lines also. (in the command window of a width of 80 > > chars). Would that affect the behavior of the server in any way? > > > > thanks, Chasee > > > > > > > > --------------------------------- > > Do you Yahoo!? > > Yahoo! Web Hosting - Let the expert host your site > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Nicholas Pappas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
