How can I manually add my own specific properties (user specific properties) to a project in Eclipse?
Like when Android was developed, they added some user specific properties or same as like ANTLR. After these were developed, we use the properties in our project to create Android project etc..
I am new to Eclipse and working on it. I have some plugins, I need to make a property in project that ask for some window where I can locate my file to choose and perform action like running those selected file.
It depends what do you mean.
If you are asking about command line parameters when you are running your program use Run menu, then Run/Debug Configuration, choose tab “Arguments” and configure what you need.
If you are about environment variables available for project open the project properties dialog and push “Add Variable” button at the right.