How to debug plugins in Eclipse?

I try to add plugin source directory to Eclipse when debuging Jive through remote debugger.

but error occurred: "The declared package does not match the expected package search.src.java.org.jivesoftware.

messenger.plugin"

Can Eclipse Debug Jive Messenger plugins?

Eclipse can debug plugins, I have been doing that my self lately :(.

"The declared package does not

match the expected package

search.src.java.org.jivesoftware.

messenger.plugin"

The problem is that you have not specified the path to the src correctly. “search.src.java” should form part for the src path. “org.jivesoftware.messenger.plugin” is the correct package.

Hope that helps,

Conor.