Ok I didn't tell the whole truth. I got it working at some point. And
then I didn't use it. I suppose I was comfortable with JCreator
because it was easy and I knew it.

Tell me, what can Eclipse do for me?

See now you are a salesman! You should be making a commission.


On 7/25/07, Jeroen Brattinga <[EMAIL PROTECTED]> wrote:
A 700MB zip file for Eclipse? I think you have the wrong installation.
If you look at http://www.eclipse.org/downloads/ you'll see that Eclipse
Europa for Java is only a 78MB download.

My advice: try it again ... you won't regret it! (one tip: use the
latest JDK (preferably 1.6, but 1.5.8+ will do)


Jeroen Brattinga



Kevin Smeltzer wrote:
> I am using JCreator so try not to laugh! :-D
>
> I have tried to use Eclipse but it just crashes when I try and unzip
> the 700MB zip file. Not a very good installation strategy if you ask
> me!
>
> Mina seems to be working well though so thank you. It only took me a
> few hours to convert my own client/server multiple thread server
> protocol over to Mina. And of course the bonus is that Mina is a lot
> more extensively tested than my own custom code.
>
> Don't be shy in giving me hints, I'll take all the hints I can get!
>
> Kevin
>
>
>
>
>
>
>
>
>
>
> On 7/24/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
>> In case you are using Eclipse JDT and not used to shortcuts:
>>
>> * CTRL+SHIFT+O - organize imports
>> * ALT+SHIFT+R - rename (refactor)
>> * CTRL+E - open file list
>> * CTRL+O - outline
>> * CTRL+1 - quickfix (put your cursor on the red line and then you will
>> be suggested to import some types)
>>
>> If you already knew all these things, sorry for the noise. ;)
>>
>> HTH,
>> Trustin
>>
>> On 7/25/07, Kevin Smeltzer <[EMAIL PROTECTED]> wrote:
>> > 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
>> > >
>> >
>>
>>
>> --
>> what we call human nature is actually human habit
>> --
>> http://gleamynode.net/
>> --
>> PGP Key ID: 0x0255ECA6
>>
>

Reply via email to