• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Source not found error in Ecllipse

 
Ranch Hand
Posts: 486
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi – I am very new to using Ecllipse IDE. I have “source not found” error while debugging JSP in ecllipse.Structure of the program is below.



JSP file calls the business and data package classes. That is where I am getting “source not found” error. Please help me how to make the jsp to look into class methods without error. I have tried googling and tried the steps in below link:

https://coderanch.com/t/587493/vc/Debugging-Eclipse-Source

Thanks
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried setting the breakpoint in the business class directly? Debugging JSPs themselves is awkward because they aren't meant to have Java code.

Also check you server is started in debug mode. Which server is it anyway?
reply
    Bookmark Topic Watch Topic
  • New Topic