Setting class path

hi , can anybody help me to chage the class path in unix server.. what are the files need to update ....

You have to update the CLASSPATH env variable

Please try:

export CLASSPATH=$CLASSPATH:/path/which/need/tobe/added 

to check what is your current classpath,

 echo $CLASSPATH