原因

出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace/.metadata/.lock),锁定了workspace。

解决

把.lock文件删除即可。
双击Eclipse提示“The default workspace “xxxx” is in use or cannot be created Please choose a different on
如果该文件不能删除,可能是因为javaw.exe进程未结束,结束该进程及eclipse.exe进程即可删除。
正常情况下,如果你打开了一个workspace,在想打开另一个workspace也会出现上面的提示
双击Eclipse提示“The default workspace “xxxx” is in use or cannot be created Please choose a different on

相关文章:

  • 2022-12-23
  • 2022-01-14
  • 2022-02-09
  • 2021-07-06
  • 2021-06-25
  • 2022-03-03
猜你喜欢
  • 2021-12-30
  • 2022-02-27
  • 2021-09-20
  • 2021-07-08
  • 2021-10-31
  • 2021-08-09
相关资源
相似解决方案