Hi, I am new to Eclipse and J2EE in general and I have tried to import a project in Eclipse 3.0.1. However, I am getting several compile errors having to do with the following imports:
import org.apache.avalon.framework.activity.Initializable;
import org.apache.avalon.framework.activity.Startable;
import org.apache.avalon.framework.configuration.Configurable;
import org.apache.avalon.framework.configuration.Configuration;
import org.apache.avalon.framework.configuration.ConfigurationException;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
import dragon.common.services.cache.janitor.ICacheJanitorService;
import dragon.common.services.cache.store.IExpiringStoreComponent;
import dragon.common.services.cache.store.IStoreComponent;
stating that
"The import..." [import package name] "...cannot be resolved"
Can anyone help with what I should do? Thanx
import org.apache.avalon.framework.activity.Initializable;
import org.apache.avalon.framework.activity.Startable;
import org.apache.avalon.framework.configuration.Configurable;
import org.apache.avalon.framework.configuration.Configuration;
import org.apache.avalon.framework.configuration.ConfigurationException;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
import dragon.common.services.cache.janitor.ICacheJanitorService;
import dragon.common.services.cache.store.IExpiringStoreComponent;
import dragon.common.services.cache.store.IStoreComponent;
stating that
"The import..." [import package name] "...cannot be resolved"
Can anyone help with what I should do? Thanx