I am supporting a bunch of java developers that are working on several projects and have to change CLASSPATH each time they switch to a different project. Is there a slick way to do this without doing export CLASSPATH="blah:blah:blah...." before they begin working on a new project? Hugh