Building eclipse 3.1M3

Hi,

I build jive messenger at eclipse 31M3, but I have 30 errors. Most of errors are from Map.class.

Lots of type mismatch error ?

can anyone help me?

thanks

eclipse 3.1M3 does not fully support Java 1.5. You will need to download eclipse 3.1M4. I tried compiling Messenger’‘s code with eclipse 3.1M4 and it’'s working fine.

Let me know if you need any help.

Regards,

– Gato

Yess, I did.

thanks…

But how to run ?

You will need to run ant with target “jar”. The ant task will create a new folder named target. To start the server just go to target\bin and run startup.

Remember to create the database before starting up the server. Once the server is up you will need to configure the server. Point your browser to http://localhost:9090/ and follow the steps.

Regards,

– Gato