• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlets compilation

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
plz. tell me one thing that for servlets do we need both jsdk.jar &
servlet.jar compatible .
i want to say that as servlet.jar comes with tomact and jsdk.jar with
servlets devlop.. kit . i hve read that their compatibility is tomcat4.0
with JSDK2.3 .
but i hve tomcat 4.0 and servlet2.0 , also i have set both jar files in my classpath, but it is giving compilation erros , with RequestDispatcher class .

--------- thanks !!!
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your version of the JSDK is out of date. Remove it from your system and just use the Tomcat distribution.
Bill
 
sevi satalkar
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for responding ,
i am a newbie in java , i want to ask that without Java Servlet
Develop. Kit are we able to run servlet on tomcat4.1 .
and what settings i hve to make in classpath setting , i mean
which dir i hve to add.
Please reply soon .

thanks !!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic