How to force Eclipse to ask for default workspace?

后端 未结 19 1878
夕颜
夕颜 2020-12-02 10:08

I noticed that after installing cdt, Eclipse always loads the default workspace. The workspace listed in the config.ini in osgi.instance.area.default

19条回答
  •  暖寄归人
    2020-12-02 10:43

    Editing the config.ini file with

    osgi.instance.area.default=\D:\\Projects\\Eclipse Workspace\\
    

    worked for me.

提交回复
热议问题