I have installed some plugins into my eclipse, and change lots of configurations, such as change default Perspective, hide some items in tool bar...
now, I want to share this "whole eclipse" with others by simply copying the install package of my eclipse, and deliver to others.
However, when I run this copy on another computer first time, it doesn't open the 'default perspective' which I've set on my own computer, instead, it open the 'java EE' perspective.
what's more, some items which I've hiden on my own computer now appears. Another issue is my previous workspace doesn't exit on the new computer, an error occurs.
what should I do to ensure the copy works well(same behaviors as the old one) on another computer, for example, put something like xxx.config into the install pakage?
background:I have developed some plugins for my eclipse, and I want to deliver this eclipse as a "product" to others, so that they can make use of it. Is it a good way simply deliver them a copy of my install pakage?