Eclipse/OSGi classpath issues?

2008-11-11 Thread Barrie Treloar
My application is trying to use mina inside an Eclipse RCP. I get the following error: Exception in thread Thread-3 java.lang.NoClassDefFoundError: org/apache/mina/common/ExceptionMonitor at org.apache.mina.common.support.DefaultIoFuture.notifyListener(DefaultIoFuture.java:247)

Re: Eclipse/OSGi classpath issues?

2008-11-11 Thread Emmanuel Lecharny
Barrie Treloar wrote: My application is trying to use mina inside an Eclipse RCP. I get the following error: Exception in thread Thread-3 java.lang.NoClassDefFoundError: org/apache/mina/common/ExceptionMonitor at