On Tue, 8 Apr 2008 11:01:30 -0400 "Arv Mistry" <[EMAIL PROTECTED]> wrote:
> I just downloaded the latest 2.0 tar.bz2 and also tried the tar.gz. > > I am trying to build the MinaTimeServer given in the Quick Start > Guide. But I seem to missing some basic > classes; > > org.apache.mina.common.ByteBuffer > org.apache.mina.common.SimpleByteBufferAllocator > org.apache.mina.filter.LoggingFilter > org.apache.mina.transport.socket.nio.SocketAcceptor > org.apache.mina.transport.socket.nio.SocketAcceptorConfig > > They dont appear to be in any of the jars that came in the download. I > verified the MD5 > checksums and it seems to match > > Anybody know which jar should these classes be in? What am I missing? > > Any help would be appreciated. Thanks! > > Cheers Arv Hi Arv, ByteBuffer was renamed to IoBuffer for 2.0, SocketAcceptor is now NioSocketAcceptor, etc.. I think you are trying to run the 1.0 quickstart guide with the 2.0 API. Here the V2 quickstart guide http://mina.apache.org/mina-v20-quick-start-guide.html HTH Julien
signature.asc
Description: PGP signature
