Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
First off the command via dos is -- set -- to see the classpath. You set environment variables in the system icon via the control panel folder. Click on the environment tab and enter under user variables for Administrator in the variable textbox at the bottom CLASSPATHthen in the valu

RE: CLASSPATH trouble

2001-01-04 Thread Michael Wentzel
I think it's actually better to either set your environ variables it the batch files. This way you don't have to deal with rebooting you just restart the tomcat process. It's all a matter of preferences though... --- Michael Wentzel Software Developer http://www.aswethink.com">Software As We

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
From: Pete Ehli [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:30 PM To: [EMAIL PROTECTED] Subject: Re: CLASSPATH trouble First off the command via dos is -- set -- to see the classpath. You set environment variables in the system icon via the control panel folder. Click on the enviro

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
error 500, internal servlet error, unable to load class). -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble I think it's actually better to either set your envir

RE: CLASSPATH trouble

2001-01-04 Thread Michael Wentzel
classes imported in jsp's should be under ./Web-inf/classes/ and jars under ./Web-inf/lib/ /webapps/app/Web-inf/ | \-/classes/ | \-/com/ | \-/... The important part to notice about the CL

RE: CLASSPATH trouble

2001-01-04 Thread Wang, Jianming
; folder. Hope this help -Original Message- From: Dustin M. Hawley [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:33 PM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble I understand how to set the environment variables (which you don't need to

RE: CLASSPATH trouble

2001-01-04 Thread Dustin M. Hawley
Michael, Jianming and Pete - Thanks a lot! I finally got it working. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:18 PM To: '[EMAIL PROTECTED]' Subject: RE: CLASSPATH trouble classes imported in jsp's should

Re: CLASSPATH trouble

2001-01-04 Thread Pete Ehli
where what goes where. That is why the examples are there. Also the docs would easily answer you questions. -- Pete -- - Original Message - From: "Dustin M. Hawley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 12:32 PM Subject: RE: CLASSPAT

Re: CLASSPATH trouble

2001-01-04 Thread kalai selvan
Hi! This is very usual problem. In general , CLASSPATH is refer to the set of classes. say, it could be set to /Lib direcotry or where your *.Jar(set of class files required by the application is in compressed form) fiels are kept. In tomcat, you can test your classes putting under the followin

RE: CLASSPATH trouble - Reboot

2001-01-05 Thread Michael Wentzel
Actually you should not need to ever reboot to absorb new environment vars. In windows though, you do have to start a new dos window. Dos windows that are open before changes are made to a environ var will not absorb the changes made. Any new dos windows will have the changed settings. Win2000