How to change the Eclipse default workspace?

后端 未结 15 1211
难免孤独
难免孤独 2020-11-30 17:10

Where can I change the default workspace in Eclipse?

15条回答
  •  情深已故
    2020-11-30 18:07

    If you mean to change the directory in which the program execution will occur, go to "Run configurations" in the Run tab.

    Then select your project and go to the "Arguments" tab, you can change the directory there. By default it is the root directory of your project.

提交回复
热议问题