Results 1 to 2 of 2
Hi all,
when im trying to set java classpath variable issuing command
set $class_path= %$CLASS_PATH%;apchetomcat/conf/lib/servlet-api.jar;
its gives error "permission denied" even in ROOT login
Please anybody could help me to ...
- 04-17-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
setting class path problem
Hi all,
when im trying to set java classpath variable issuing command
set $class_path= %$CLASS_PATH%;apchetomcat/conf/lib/servlet-api.jar;
its gives error "permission denied" even in ROOT login
Please anybody could help me to fix it , and also i want know how to set multiple path for class_path variable
thanx in advance
Reagrds
karthikey
- 04-18-2007 #2Linux Newbie
- Join Date
- May 2006
- Location
- Kansas
- Posts
- 187
What shell are you using? I've never seen it set like that before. In bash, I would use:
Originally Posted by karthikeyhegde
CLASS_PATH=$CLASS_PATH:/apchetomcat/conf/lib/servlet-api.jar


Reply With Quote