Reputation: 215
I am having a problem with eclipse on a dropbox shared workspace. My friend who shared the workspace with me said it has a bug. When I run eclipse (and I think that workspace is default), it just appears a window with nothing in it. So I think if I could change the workspace without running eclipse I could use another one with no bugs. Does anyone know how to do this?
Upvotes: 0
Views: 50
Reputation: 1568
Try using the -data
command line argument.
For example:
-data path_to_workspace
Upvotes: 1