Create a project under eclipse using openfire_src

Hi,

I would like to create a new java project from the file openfire_src_3_5_0.zip (openfire source code) using Eclipse 3.3.2.Please, help me.

Thanks.

Use following steps:

  1. create a new projects in eclipse.

  2. paste all the contents of openfire_src.

  3. refresh your project in eclipse.

  4. select project property in eciplse and select java build path.

  5. Add two source folder to ur project src/java and src/test/java.

  6. Make a user libarary and all jar in bulid directory and subdirectory.

  7. Now you can complie it with build.xml present in build directory.

  8. you can modify then classes present there…

I think this will help u…

thanks,

It seems to work…

Debug OpenFire server in Eclipse

http://confex-openfire.blogspot.com/2008/07/debug-openfire-server-in-eclipse.htm l

Maybe it’ll be interesting for someone.