Getting CLASSPATH set up with zshell
export CLASSPATH=$CLASSPATH:.:pathtoyourhomedir/cs3212/algtest.jar:.Here, you'll replace pathtoyourhomedir with the actual path to your home directory. This might look something like (for user batman):
/Users/batman/DesktopThen, the whole thing would look like:
export CLASSPATH=$CLASSPATH:.:/Users/batman/Desktop/cs3212/algtest.jar:.
cd more .zshrcYou should see your additions to the file.