Hi,
I am developing a plugin in Eclipse such that when I select a item in Menu say doWork()
The properties of the current selected Project in the Project Explorer is passed into the Actionclass.How do I get the Project Properties like Project
path, absolute path ,its name and other properties like the classpath used by the project? I need to passs these information to my application
Thank you,