How to setup openfire 4.3 source code in eclipse

I want to setup openfire latest release 4.3. source code in eclipse. Please guide how to setup in eclipse. Also want to know how to build source code in eclipse etc.

I don’t use Eclipse (preferring IntelliJ), but you should just be able to import the parent “pom.xml” and Eclipse will do the rest for you.

You can’t run it from within an IDE; checkout https://github.com/igniterealtime/Openfire#making-changes for more details on how to compile, run and debug it.