|
From: stacyann_1 <sta...@gs...> - 2007-04-19 17:23:37
|
Ok.. so I think I figured it out. The quickfixj site says 0.8.2: http://www.quickfixj.org/quickfixj/usermanual/installation.html#dependencies but.. this version has the class IOHandler in a different package org.apache.mina.io. I'll try a more recent Mina version. Thanks, Stacy stacyann_1 wrote: > > I downloaded Mina verion 0.8.2, but it doesn't have a class called > IOHandler in package org/apache/mina/common. Did I get a bad version, or > am I doing something wrong? Thanks so much. Stacy > > When I run my app, I get a run time exception: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/mina/common/IoHandler > at > com.gs.fiit.utecore.channel.bloomberg.test.MbwMain.main(MbwMain.java:77) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) > -- View this message in context: http://www.nabble.com/Mina-IOHandler-tf3608558.html#a10082717 Sent from the QuickFIX/J mailing list archive at Nabble.com. |