Hi All,

I am doing a project which is struts based. I have included following files in build path of eclipse.
servlet-api.jar
jasper-runtime.jar
jsp-api.jar
struts.jar
antlr.jar
commons-beanutils.jar
commons-digester.jar
commons-fileupload.jar
commons-logging.jar
commons-validator.jar

still I am getting errors:
the import javax.activation can not be resolved at line import javax.activation.*;
the import javax.mail can not be resolved at line import javax.mail.*;

I cannot proceed further without solving these errors.

Please help!!.

Kedar.

You will need to add jars for activation and mail. Try mail.jar & activation.jar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.