Results 1 to 2 of 2
Thread: how to remove this error
- 11-01-2008, 03:44 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
- 11-01-2008, 07:04 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
You've written a class that extends "GenericServlet" (which contains the abstract method "service(request, response)") which you either have to implement or declare your class abstract (which is exactly what the exception says).
But, if you are writing a simple web service, you shouldn't be extending GenericServlet anyway. You should be extending HttpServlet.Last edited by masijade; 11-01-2008 at 07:17 AM.
Similar Threads
-
how can we remove blank lines from a .txt
By Camden in forum New To JavaReplies: 12Last Post: 07-29-2011, 01:38 PM -
add remove swing components
By willemjav in forum New To JavaReplies: 6Last Post: 10-09-2008, 07:37 PM -
remove a portion from a file
By alon2580 in forum New To JavaReplies: 13Last Post: 08-25-2008, 01:45 PM -
how to remove an image icon
By cecily in forum Advanced JavaReplies: 1Last Post: 08-05-2007, 04:25 AM -
how to remove an old version of JDK
By tommy in forum New To JavaReplies: 2Last Post: 07-30-2007, 08:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks