For Setting Classpath:
> Example: You want to add /home/Folder1, /home/Folder2, and /home/File3 to your
classpath in Linux
>> Solution: Type (case sensitive),
export CLASSPATH=$CLASSPATH:/home/Folder1
export CLASSPATH=$CLASSPATH:/home/Folder2
export CLASSPATH=$CLASSPATH:/home/File3