| Author |
How did I not get javax.servlet.jar
|
Hatspa Tutsutini
Greenhorn
Joined: Oct 29, 2004
Posts: 1
|
|
|
Hi I recently downloaded and installed JBOSS. When trying to build the Dukes Bank example I get javac errors telling me that javax.servlet.jar cannot be found. I looked on my entire disk at every jar file on it and no javax.servlet.jar. How did Bill Gates manage this? Seriously though folks how could this possibly happen. Where did I go wrong.
|
 |
DVVN Sudhakara Rao
Greenhorn
Joined: Oct 04, 2004
Posts: 17
|
|
Hi For compiling servlets you need servlet class files. In JBOSS you will find that jar file at C:\jboss-3.2.5\server\default\lib\jboss-j2ee.jar. Put that jar file in your class path. I think that will work for you. Any problems come back.
|
 |
 |
|
|
subject: How did I not get javax.servlet.jar
|
|
|