• 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

Netbeans 5.5 and Servlets

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I have a question about servlets in Netbeans. I am using Netbeans 5.5. When I try to import the follow things, they come up as not existing:

import javax.servlet.*;
import javax.servlet.http.*;

I was trying to do this from a regular Java file, not a JSP file. That said, when I tried to look up how to create a "JSP" file, the directions in the help do not turn up the correct menus. For example, it says go to New File/Folder -> Web -> JSP. There is no "Web" listing under new file/folder.

Thanks for all your help Java geniuses!!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic