Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Claude Carter   on Mar 12 In Java Category.

  
Question Answered By: Jimmy Abp   on Mar 12

The problem was that I had neglected to make the class  public.

So, by changing:

class myServlet extends HttpServlet

to:

public class myServlet extends HttpServlet

the problem goes away.

Share: 

 
 


Tagged: