Mark, Thanks for the prompt reply.
I was just checking to make sure I wasn't doing something wrong. It builds now and works fine! Now I can dive in headfirst.. :-D On 7/24/07, Mark Webb <[EMAIL PROTECTED]> wrote:
Right. The imports are not complete in the example snippets. If you are using and IDE, you should be able to organize imports. On 7/24/07, Kevin Smeltzer <[EMAIL PROTECTED]> wrote: > > Hello, > > I am attempting to build the MinaTimeServerTutorial and my Java > compiler is spitting back these errors: > > cannot find symbol variable ByteBuffer > cannot find symbol class SimpleByteBufferAllocator > cannot find symbol variable ByteBuffer > cannot find symbol class SocketAcceptorConfig > cannot find symbol class SocketAcceptorConfig > cannot find symbol class LoggingFilter > cannot find symbol class ProtocolCodecFilter > cannot find symbol class TextLineCodecFactory > cannot find symbol variable Charset > cannot find symbol variable TransportType > cannot find symbol class SocketSessionConfig > cannot find symbol variable IdleStatus > > I notice that none of the these are specified in the import > statements. Should the example work without importing these? If so, > what am I doing wrong? :-D > > Kevin Smeltzer > -- ..Cheers Mark
