So I'm trying to learn
java and I'm working through all the examples in the Cattle Drive. I got up to section 3:
servlets, and it recommended I download the
J2EE SDK and add a jar file called javee.jar to my classpath. I followed the link, but I didn't see the J2EE SDK (probably an old version) so I downloaded the Java EE 6 SDK instead and installed it. But I don't see any file called javee.jar. Does anyone have any suggestions? Do I have the right idea? And when I add javee.jar to the classpath, I can just do it with the -cp flag, right? Anyway any advice is appreachiated.