Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: NoClassDefFoundError.. What to do ?


Message #1 by "Vincent van der Kroef" <v.van_der_kroef@k...> on Mon, 24 Jul 2000 16:0:53
yes, System is global. User env overrides this. This is valid for NT4 as
well. The logic behind it is that it allows a user to set his own
environment even when the system env is set already. Whether this is a good
thing depends on who you are (the user will like it unless it wreaks havoc
on his system, the security and helpdesk people will hate it because it
allows users to do something, however small, with their machines (some of
them would glue shut the on/off switch so people can't user their PCs...)).

J.T. Wenting
jwenting@h...

Murphy was wrong, things that can't go wrong will anyway

> -----Original Message-----
> From: Van Minh Kieu [mailto:minh@m...]
> Sent: Tuesday, July 25, 2000 11:22
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] RE: NoClassDefFoundError.. What to do ?
>
>
> Thanks for Apache,
>
> one other things I forgot to mention if you run windows2000,
> becareful about
> the system envirorment and user enviroment...user classpath
> enviroment seem
> to override the system one. goto dosprompt type set classpath and see what
> you have.
>
> Cheer
>
> I heard TomCat can be intergated with IIS.
>
>
> ----- Original Message -----
> From: "Vincent van der Kroef" <v.van_der_kroef@k...>
> To: "Pro_JavaServer_Pages" <pro_jsp@p...>
> Sent: Monday, July 24, 2000 9:37 PM
> Subject: [pro_jsp] RE: NoClassDefFoundError.. What to do ?
>
>
> > I'm running Windows NT4.0 and using Apache 1.3.12 for Win32, you can
> > download it at http://www.apache.org/httpd.html
> >
> > I've already set the following things (as described in Appendix A of
> > 'Professional JSP'):
> >
> > set JAVA_HOME=C:\jdk1.3
> > set CLASSPATH=C:\jdk1.3\lib\tools.jar;.
> > set TOMCAT_HOME=C:\program files\apache group\jakarta-tomcat
> > set ANT_HOME=C:\program files\apache group\jakarta-tomcat
> >
> > It's not working!
> >
> > ---
> > Do you know what you want from this list? How would you provide
> programmers with the solutions they need? If you have the answers, and are
> willing to work in Birmingham (UK), then you could be a List
> Manager. Please
> send CVs and a covering letter to listsupport@p... for further
> information.
> minh@m...
> >
> >
>
>
> ---
> Do you know what you want from this list? How would you provide
> programmers with the solutions they need? If you have the
> answers, and are willing to work in Birmingham (UK), then you
> could be a List Manager. Please send CVs and a covering letter to
> listsupport@p... for further information.
>


  Return to Index