I'm probably just being very dense (I'm relatively new to Java and UNIX), but does anyone know how to get the javax.servlet.* classes installed on OS X? Whenever I use javac to compile some really basic servlet code, it complains that it can't find everything having to do with javax.servlet.
I was poking around my hard drive trying to figure out where there JAVA_HOME type directory with all the classes is kept to see if it was actually there or not, but I had no luck finding it. So if anyone could shed some light as to where the home directory for all of the java stuff is I'd appreciate that info as well.
Thanks.