0

I have to import a eclipse preference file within my application. But I want to do it while my application launches means whenever I launch my application it should import the preference file. Is it possible?

Thanks a lot in advance!!!

Anand
  • 2,239
  • 4
  • 32
  • 48

1 Answers1

1

That is possible...

You might also want to have a look at Workspace Mechanic for Eclipse:

The Workspace Mechanic automates maintenance of your Eclipse environment by tweaking preferences, adding extension locations, and so on. You can use it to:

  • Create a consistent environment among groups as large as the entire company, your local team, or even among your own many workspaces
  • Save time setting up new workspaces
  • Create tasks that ensure your favorite new preferences are applied to all your current and future workspaces. (This is one of our favorite features!)
Community
  • 1
  • 1
Tonny Madsen
  • 12,628
  • 4
  • 31
  • 70