• 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 in Eclipse

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am working with Eclipse3.1 version and Tomcat 5.0
And i am creating one web allpication just printing the message like Hello
When i opened eclipse editor wroting the code like this
import javax.servlet.*;
when i write javax.se but in window javax.servlet.*; is not showing
how to get import file javax.servlet.* in the widow
I searched from the net web application example in eclipse 3.1 version
they gave some process
here i am sending the link
http://www.roseindia.net/webservices/buildingsimplewebservice.shtml
but in above when ever i open the window->preferences->
here i am not getting the server option for selecting the tomcat server
(2nd window in above link)

how to get the server option in the preferences and imported file javax.servlet.*;

If any one know the above problem plese help me doing the application

geeta
 
reply
    Bookmark Topic Watch Topic
  • New Topic