Problem with Class Path in Eclipse
I'm using the esclipe IDE and I added a jarfile to my program by going to properites-->build path> libraries and added it there. But when I compile it, I get this error saying
Exception in thread"main" java.lang.NoClassDefFoundError: org/apache/avalon/framework/configuration/ConfigurationException
Can anyone help me with this problem?
[388 byte] By [
blackmagea] at [2007-11-27 8:10:02]

Is the jar you imported the only one you need? See if it has a dependency on any others, you'll need them, too. This doesn't look like an Eclipse problem, just a classpath omission
> Yea, is the only jar that come in the binary files I
> downloaded. Its an Apache FOP, like HSSF(if ur
> familiar with that).
That's not what I asked! A lot of libraries will require that you download other libraries as well (Apache projects are particularly notorious for this), check the download page for it. What jar was it? Either you've forgotten a library, or you've misconfigured something, but I'd check for missing libraries first