Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Newbie
    Join Date
    May 2006
    Location
    Kansas
    Posts
    187
    Quote Originally Posted by karthikeyhegde
    set $class_path= %$CLASS_PATH%;apchetomcat/conf/lib/servlet-api.jar;
    What shell are you using? I've never seen it set like that before. In bash, I would use:
    CLASS_PATH=$CLASS_PATH:/apchetomcat/conf/lib/servlet-api.jar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...