Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Servlet download advice

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have java2 in my NT/98 machine. I want to work with servlets
HTML,XML and JSP.
Give the right url so that I can download. I saw the previous
message but i saw many downloads pertaining to Servlets and
it is not clear which is the correct one.
Please help me.
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Either you can download the JSDK (Java Servlet Development Kit) as an extension to your regular JDK 1.2.2 (or 1.3) download.
Alternatively you can download/install the J2EE version (Java 2 Enterprise Edition). The Enterprise Edition gives you the Servlets API and a bunch of other neat stuff. Just make sure you install it AFTER you have the Java 2 Dev Kit installed. You need both "Java 2 platforms" to work properly. (JDK and J2EE)
Hope this helped.
All this can be foound at http://java.sun.com
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic