JSP org.apache.tomcat cannot be resolved for type

I'm new to Tomcat Project, to start the setup I duplicated a set of projects from a friend of mine. When I started the project index.jsp.java in Tomcat working folder some error appears on

  private org.apache.tomcat.InstanceManager _jsp_instancemanager;

  public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
    return _jspx_dependants;
  }

  public void _jspInit() {
    _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
    _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
  }

      

eclipse show "org.apache.tomcat cannot be resolved for type" and "InstanceManager cannot be resolved for type"

Any help on this issue?

+3
java eclipse tomcat7


source to share


No one has answered this question yet

Check out similar questions:

1571
How to avoid Java code in JSP files?
935
R cannot be resolved - Android error
478
IntelliJ Inspection gives "Cannot resolve symbol" but still compiles the code
206
How do I prevent Eclipse from hanging on startup?
194
Java project in Eclipse: type java.lang.Object cannot be resolved. This indirectly refers to the required .class files
47
Eclipse error ... cannot be resolved for type
4
Problems referencing an external project from my jsp - "ExternalClass could not be resolved for type"
1
"Unable to resolve type" in eclipse
0
org.apache.tomcat.dbcp.dbcp cannot be resolved for type
0
javax.servlet cannot be resolved for type



All Articles
Loading...
X
Show
Funny
Dev
Pics