Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

import org.apache.avalon cannot be resolved

Status
Not open for further replies.

LanyA

Programmer
Jan 29, 2003
23
0
0
US
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
 
Maybe you should ask this in any Eclipse forum in but as far as I can remember, you can solve this by editing the properties of your project on the library dependencies tab or something similar and add there the jar where apache lives.

Cheers,

Dian
 
Thanks, I'll look at eclipse.org to find out if I'm missing any jar files or ahything of the sort
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top