Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import org.apache.avalon cannot be resolved

843810Jan 25 2005 — edited Mar 29 2005
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2005
Added on Jan 25 2005
4 comments
1,773 views