Openfire with lots of Eclipse errors

Hello,

I am trying to build the openfire project following this post: http://community.igniterealtime.org/docs/DOC-1020

I am able to build succesfully using “Ant”.

However, there are lots of errors showing up in Eclipse.

I have attahced some screens below for what I see. Is anyone can help me with this?? Thanks!!!





I am from china,so you know ,my English is not very good !

when i build the openfire source project , i met lots of problems,but finally i solved.

Your description is not very detailed,so i don’t know how to help you.

But I know that,first you should delete the “**hazelcast” **plugin,becuse it conflict with the clustering package.

Second ,you project lose coherence.jarcoherence-work.jartangosol.jar three jar,you should download them from oracle and add your build path

Third, you should fix the bugs int the package of “org.jivesoftware.openfire.sip.tester”,you find SipCommRouter.java and SipManager.java ,
fix the problem by yourself , or use eclipse autoFix tool. Probably the tow classes not implement Abstract class or not catch Exception.

Just so,hope you sucess.

It’s solved by following your steps!

Thanks a lot!!!