I am just getting started working on a Java Struts Hibernate based Web App on Eclipse.
I have installed Eclipse (Helios) for Java EE developers for linux.
While going through an Action Class SampleProjectAction.java, I find that that words ActionForward, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Exception are not highlighted in a different font/color.
public class SampleProjectAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {
Does that mean Eclipse is not able to recognize my Web App project?
Do I need to install any additional plugins for Java, Struts, Hibernate OR
any additonal jar files are needed?
-
@hvgotcodes All I have downloaded is Eclipse IDE for Java EE developers, nothing more. I have not downloaded any jar files for Struts, Hibernate, etc. and added to classpath. How do I do that?