The import org.apache.struts cannot be resolved

Pessoas…

estou com struts 1.2.7, Eclipse 3.0, Tomcat 5.0.28, e em alguns imports tive recebi msg erro

import org.apache.struts.action.Action;
import org.apache.struts.action.ActionError;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;

no Eclipse, eu vejo o .class referênte, mas pq ele ta chorando, dizendo que não acha a classe???

ele ta chorando pq tu nao adicionou os jars do struts no java build path do teu projeto (vá nas propriedades do projeto, e lá tu encontra o java build path).