I need to run multiple eclipse with different workspaces.
For Mac, I can launch eclipse using open -a Eclipse.app --args -data WORKSPACE. When I execute open -a Eclipse.app --args -data DIFFERENT_WORKSPACE, I just redirected to the existing eclipse.
I need to run multiple eclipse with different workspaces. For Mac, I can launch
Share
try:
-nwill open a new instance of the application(s) even if one is already running.