How can I launch multiple eclipse IDE with different workspaces?

后端 未结 2 821
[愿得一人]
[愿得一人] 2021-01-14 06:16

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 o

相关标签:
2条回答
  • 2021-01-14 06:50

    try:

    open -n -a [PathToEclipse]/Eclipse.app --args -data DIFFERENT_WORKSPACE
    

    -n will open a new instance of the application(s) even if one is already running.

    0 讨论(0)
  • 2021-01-14 06:51

    You can run multiple instances of Eclipse by creating a pseudonym for Eclipse application in it's folder and using it for running new Eclipse instance

    0 讨论(0)
提交回复
热议问题