Starting Eclipse w/ Specific Workspace

前端 未结 8 2336
情歌与酒
情歌与酒 2020-12-07 13:36

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

8条回答
  •  北海茫月
    2020-12-07 14:03

    note that you can use UNIX-style relative path names such as

    -data ../workspace
    

    even under Windows, in case something doesn't like colons or backslashes in parameters, like Jumplist Launcher

提交回复
热议问题