fatcodeguy
Programmer
I'm trying to set my classpath for my java classes,
I use : set CLASSPATH=$CLASSPATH:/path/to/classes
and then if I do set | grep CLASSPATH, the entry is there, but if I change directory or even get a directory listing and check the classpath again, there is no entry. I tried putting the enty in /etc/profile as well, and that doesn't work. Any ideas?
Thanks
I use : set CLASSPATH=$CLASSPATH:/path/to/classes
and then if I do set | grep CLASSPATH, the entry is there, but if I change directory or even get a directory listing and check the classpath again, there is no entry. I tried putting the enty in /etc/profile as well, and that doesn't work. Any ideas?
Thanks