Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » debugging struts using eclipse
debugging struts using eclipse [message #903112] Wed, 22 August 2012 05:20 Go to next message
howard hardaway is currently offline howard hardawayFriend
Messages: 6
Registered: August 2012
Junior Member
I am tring to debug struts using eclipse and I am getting the following error:
Source not found. and it is on the following line:

LoginAction.execute(ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse)

I have added the source jakarta-struts-1.1-src.zip but it does not work. Are there any examples that show how to do this.


Howard
Re: debugging struts using eclipse [message #903676 is a reply to message #903112] Fri, 24 August 2012 20:49 Go to previous messageGo to next message
Duncan Krebs is currently offline Duncan KrebsFriend
Messages: 31
Registered: June 2011
Location: Bay Area / Mexico
Member

Hi,
I did not seee that class in the struts jar, not totally sure but you might be testing a sample app that has a custom class called LoginAction that extends Action which is why you are not able to view the source as I don't think its part of the lib.
Re: debugging struts using eclipse [message #903754 is a reply to message #903676] Sat, 25 August 2012 14:20 Go to previous message
Javin Paul is currently offline Javin PaulFriend
Messages: 48
Registered: July 2011
Location: mumbai
Member

On related note While debugging framework code like Spring or Struts its best to attach source with JAR, this will makes debugging easy and your breakpoint will take you on correct place in source.
Previous Topic:Trouble in CSS
Next Topic:Eclipse WAR builds contains .java files
Goto Forum:
  


Current Time: Fri Apr 26 11:20:59 GMT 2024

Powered by FUDForum. Page generated in 0.08300 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top