Cant find J2ee.jar or servlet.jar in my jdk1.6 package.
somnath reddy
Greenhorn
Joined: Nov 25, 2008
Posts: 2
posted
0
Cant find J2ee.jar or servlet.jar in my jdk1.6 package. Please tell where should i look for these jar files. I am using IDE to develop a strut project and iam getting javax.httpservlet not found. Please tell me whether the jar names have changed?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
Welcome to JavaRanch.
The JDK implements JSE (Java Standard Edition), while the servlet stuff is part of JEE (Java Enterprise Edition). You can get everything you need (much more than that, actually) here; download the "GlassFish Java EE".