There IS such a thing as Classpath Rage
Message to Sun: please please pretty please lose the goddamn fucking classpath in Java 1.5. Or add a saner alternative. Thank you. From another disgusted soul.
PS. I use this script to save myself from turning into clarence-the-cross-eyed-lion:
#!perl -w $#ARGV eq 0 || die "Usage: perl showenv.pl ENV_VAR\n"; $vars = `echo \%$ARGV[0]\%`; $vars =~ s/;/\n/g; print $vars;
5 July 2002 9:00 pm

