| Author |
Eclipse Helios stating: Multiple Markers at This Line
|
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 312
|
|
Hello I am coding a servlet and at this line:
final public void doGet( HttpServletRequest req, HttpServletResponse res ) throws ServletException, IOException
the Eclipse Helios IDE is stating that right at that line referenced above,
there are Multiple Markets At This Line
BreakPoint: MyServletName
overrides javax.servlet.http.HttpServlet.doGet
Additionally, when I click on Super Implementation, there is a message stating the jar file c:\jboxx-5.1.0.GA / common / lib/servlet-api.jar has no source attachment. You can attach teh source by clicking attach source below.
Thanks,
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
Michele Smith wrote:Hello I am coding a servlet and at this line:
final public void doGet( HttpServletRequest req, HttpServletResponse res ) throws ServletException, IOException
the Eclipse Helios IDE is stating that right at that line referenced above,
there are Multiple Markets At This Line
BreakPoint: MyServletName
overrides javax.servlet.http.HttpServlet.doGet
Additionally, when I click on Super Implementation, there is a message stating the jar file c:\jboxx-5.1.0.GA / common / lib/servlet-api.jar has no source attachment. You can attach teh source by clicking attach source below.
Thanks,
Please post some code to make things in perspective.
|
Palak Mathur | My Blog | TechJaunt | What is JavaRanch? | List of All FAQs
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
|
Basically, multiple marker would mean multiple issues. Like there can be multiple Breakpoints or errors, etc.
|
 |
Michele Smith
Ranch Hand
Joined: Oct 27, 2010
Posts: 312
|
|
|
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
|
Just check whether there are multiple Breakpoints at that point or not? Is the error that you posted is the full error.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
|
Okay, that's pretty normal. Do you have a question about it?
|
 |
 |
|
|
subject: Eclipse Helios stating: Multiple Markers at This Line
|
|
|