I have two different projects in which I have two different packages now am importing one package into another.
import Exceltwo.guruExcel.*;
I have also added the classPath in the project where I want to import my package but when I am creating an object for the imported class(project) it is showing me an error "Cannot resolve to a type".
*Additional information - These are my maven projects