• 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

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic