Importing Smack in Eclipse?

Is there any wiki that could help me import Smack into Eclipse ?

Thanks !

Hello,

What problems did you meet?

Right click your project name and choose properties.and click Java Build Path ,Add External JARS.

Add your smack jars,

That’'s it.

Best regards

Hey, thanks for the reply, I want to compile Smack’'s source code…

go to your workspace location

extract smack source code to smack_src

open eclipse

coose new project -> java project

name it smack_src (many things will become greyed out)

click on “finish” et voila …

there might be an error with one jingle demo file - i fixed it with just applying the proposal from eclipse (move the class to the appropriate package)

this should work - at least it did for me two days ago