adding jars to classpath in linux

Shell
vi ~/.bashrc
export CLASSPATH=$CLASSPATH:/home/abc/lib/*;
source ~/.bashrc
Source

Also in Shell: