Reputation: 2756
I am unable to open jar files in eclipse. For example:
public class HttpSessionAndContextExa extends HttpServlet
if I want to see HttpServlet class it show me following error:
javax.servlet.http.HttpServlet
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found. Please help.
Upvotes: 1
Views: 2082
Reputation: 2756
I got the solution. The issue is due to we have not added tomcat source file for servlet in eclipse:
Upvotes: 1