For me I’m on ubuntu and have following configuration:
Installed on root user into the directory
/opt/MyEclipse/pulse
Then changed with my user, even if it is durty and tricky, but don’t want to spend more time with rights configuration.
Then I created the directory /opt/MyEclipse/Genuitec for the configuration, and changed the configuration from the file:
1) configuration/config.ini change the path
eclipse.p2.data.area=file\:/root/Genuitec/Common/configuration/
to a path where you have your configuration (/opt/MyEclipse/Genuitec/Common/configuration/)
2) configuration/.settings/org.eclipse.equinox.p2.metadata.repository.prefs:repositories change the path
_root_Genuitec_Common_configuration_org.eclipse.equinox.p2.director_rollback/url=file\:/root/Genuitec/Common/configuration/org.eclipse.equinox.p2.director/rollback
to
_root_Genuitec_Common_configuration_org.eclipse.equinox.p2.director_rollback/url=file\:/opt/MyEclipse/Genuitec/Common/configuration/org.eclipse.equinox.p2.director/rollback
And thats it