Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.Error: Unresolved compilation problems: The import org.apache c

843842Aug 15 2008 — edited Aug 20 2008
Hi, I'm implementing my first Struts application. When I try to navigate between the jsp, my eclipse-tomcat prints the next:

org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet action threw exception
java.lang.Error: Unresolved compilation problems:
The import org.apache cannot be resolved
The import org.apache cannot be resolved
ActionForm cannot be resolved to a type
ActionMapping cannot be resolved to a type

Can you help me, finding out what is wrong?

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2008
Added on Aug 15 2008
2 comments
2,752 views