How to call an activity in eclipse from Unity script?

Hai guys,
I want to call an activity in Eclipse or pass data to Eclipse from my Unity.That is,information about a GameObject in unity etc.How to do this??Help plzzzzzz!!

Plugins. There are dozen of threads in the forum, so you should find some help if you search the forum for ‘plugin’.

Hi Robhuhn,

Thanks a lot for replying…I tried making the unity project a library of my eclipse project and then accessing,but its not working.Now I have created a jar file of my eclipse project and added to the Plugin folder.But when I try to open it,its showing ‘failed to open Main-class’ attribute.What to do?How can i access data from it without opening it even?