• 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

Where is javadoc for javax.sevlet package

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking at JDK1.4.2 API javadoc online at http://java.sun.com/j2se/1.4.2/docs/api/index.html

Interesting thing is that I can not find the following two packages:
javax.servlet
javax.servlet.http

Am I looking at the wrong location?

And I am assuming these two packages are part of J2SE 1.4.2 SDK which I downloaded from Sun website

http://java.sun.com/j2se/1.4.2/download.html

and "J2SE v 1.4.2_05 SDK" was selected.

Is my assumption wrong? Is there anything else(or different version) is needed? I learned from previous messages that J2EE package is not needed, J2SE is enough.

Please help.

Thanks.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
j2ee api is different...
http://java.sun.com/j2ee/1.4/docs/api/index.html
c this for j2ee api
 
Sandya Bhaskara
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
j2ee api is different...
http://java.sun.com/j2ee/1.4/docs/api/index.html
c this for j2ee api
 
Jessica White
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot!
I was looking at the wrong document.
 
Stop it! You're embarassing me! And you are embarrassing this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic