• 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

problem with compilation of servlet

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we r working on linux trying 2 compile servlets .
First v installed JSDK2.0 , but it doesn't contain RequestDispatcher
interface n also many other methods . So i download only the class files of
JSDK2.3 n copied it in JSDK2.0 .
now v thought that it will compile the servlets , but it doesn't .
now , v think that the problem is in jsdk.jar , as it is of JSDK2.0 .
plz. tell me what 2 do ?
Should v download new jsdk.jar file separately , or with the JSDK2.3 download
file ? also , let me know from where i can get JSDK2.3 for installation .
reply , me soon ....
thanks in advance !
 
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
The most current implementations of the servlet and JSP APIs are always the Apache Tomcat versions. Try this Tomcat site. I suggest you remove all traces of the JSDK, then install the Tomcat 4 or 5 of your choice.
Bill
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic