I have added osgi.instance.area.default entry product_name.product file with @user.home/product_name_workspace and built the product,hoping users will get the workspace dialog during product launch from exe. but the same is not working. Followed below stackoverflow entry but of no help.
How to tell Eclipse Workspace?
So far tried below:
updated config.ini file osgi.instance.area.default=@user.home/product_name_workspace and with absolute paths like C:\temp\workspace
Theconfiguration.settings\org.eclipse.ui.ide.prefs file SHOW_WORKSPACE_SELECTION_DIALOG=true
added product_name.ini file with -showlocation and -showworkspace
all above are failing.
I could see a bugzilla entry https://bugs.eclipse.org/bugs/show_bug.cgi?id=134412 it holds true for me now. Any help would be appreciated. I am using Luna + windows7 64bit