aspose file tools
The moose likes Servlets and the fly likes servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet" Watch "servlet" New topic
Author

servlet

rameshwar singh
Greenhorn

Joined: Oct 10, 2008
Posts: 2
hi guys !
a simple servlet based web app isn't running on eclipse genymede
. whn i write import javax.servlet.*; or any othr related import statements den it shows me error 'THE IMPORT STATMNTS CAN'T B RESOLVD'.how 2 fix dis problm ? ?
Steve Luke
Bartender

Joined: Jan 28, 2003
Posts: 3041
    
    4

Find you server's servlet-api.jar, or j2ee.jar and include it in your IDE's build path.


Steve
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Please be sure to take the time to compose descriptive subjects for your posts; read this for more information.

Using a title of "servlet" in a forum completely dedicated to questions on Servlets isn't very helpful.

Please go back and change your post to add a more meaningful subject by clicking the .


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Originally posted by rameshwar singh:
how 2 fix dis problm ? ?

Also, please use real words when posting to the forums. Abbreviations such as "2" in place of "to" and "dis" in place of "this" only serve to make your posts more difficult to read and less likely to generate useful responses.

Please read this for more information.

thanks,
bear
JavaRanch sheriff
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: servlet
 
Similar Threads
redirection to remote servlet
doubt in using weblogic
Compilation Problem in CHAP3 example
help please as to how to go about doing this
doPost() & doGet()