Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace?
The problem I\'m trying to solve is that I
I wish people would give an actual example, i learn better with examples rather than syntax. so here it goes...
"C:\MyEclipse Blue Edition\MyEclipse Blue Edition 10\myeclipse-blue.exe" -showlocation -data "C:\EclipseWork\WorkSpace"
this command will open eclipse with the specified workspace. this is a working example.