I have two different MyEclipse workspaces containing a different set of project. I was hoping to avoid having to switch between the two by creating shortcuts which directly open the workspaces.
Is this possible ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From here and here:
Use the following command-line argument:
For example,
Try adding the above parameter to the
Targetfield of the MyEclipse shortcut like so :Now created a second copy of this shortcut and just change the path after
-datato that of the second workspace. If there are spaces in the path then enclose the path in double quotes.For example, the target field of my shortcut looks like this :
C:\dev\springsource\sts\STS.exe -data "C:\dev\workspace-matm-STS-1.6.0_30-64Bit"Yours should look something like :
"C:\Program Files\MyEclipse\MyEclipse.exe" -data "C:\dev\workspace-matm-STS-1.6.0_30-64Bit"This can be used for any Eclipse based distribution like STS, MyEclipse etc.