当我启动时,Eclipse显示“工作区不能被锁定”
“无法启动产品,因为相关的工作空间目前正在被另一个Eclipse应用程序使用”或“工作空间正在使用或无法创建,请选择另一个工作空间。”
但我知道它不是。
我如何“解锁”它?
当我启动时,Eclipse显示“工作区不能被锁定”
“无法启动产品,因为相关的工作空间目前正在被另一个Eclipse应用程序使用”或“工作空间正在使用或无法创建,请选择另一个工作空间。”
但我知道它不是。
我如何“解锁”它?
当前回答
这发生在我身上的原因(用Photon)很容易通过改变Eclipse的一般偏好来解决:
Window -> Preferences -> General: Uncheck: "Always run in background"
一旦进行了更改,无论何时关闭Eclipse,它都将不再让javaw.exe进程在后台运行。我猜这是Photon中的一个bug(或者是使用Amazon Corretto OpenJDK版本的Java和Eclipse的bug),总有一天会被修复。
其他回答
当eclipse没有关闭时(从任务管理器或计算机关机时杀死eclipse进程),我就会面临这个问题,我尝试了以下步骤,它对我有用。
1)删除以“”开头的文件名。fileTable”
C: \ eclipse \ \ org.eclipse.osgi.manager配置
2)从该文件夹中删除日志文件,如以数字名称开头的文本文件
C: \ eclipse \配置
3)打开命令提示符(cmd)导航到此文件夹
C: \ eclipse
键入下面的命令
Eclipse干净启动
当您没有正确关闭eclipse.exe时,就会发生这种情况。
*打开任务管理器->结束任务你的eclipse->现在打开eclipse.exe它将工作。
希望它能帮助到别人。
看起来你的工作空间是在Java TM中使用的,打开任务管理器并关闭eclipse.exe和Java TM进程。
只需删除eclipse工作区目录中的.metadata目录中的.lock文件。
注意事项-如果你删除。metadata文件夹,所有的首选项都会被删除。
下面是解决这个问题的几个步骤。4步对我来说很有用。
Delete .log files along .metadata folder. Check the current user permission make sure to check the full control checkbox click apply then OK. If you run system drive defragmentation or maintenance before you run eclipse editor sometimes original file path are not in their respective path to make sure run "previous version" time before your system maintenance of your drive where the eclipse workbench or something similar to this was saved. This last option is works for me. Check the drive letter of your current drive where the code editor was saved. If something unusual e.g before your maintenance your drive letter is K then after defragment or maintenance. The drive letter is now L hence you should change the drive letter to its original one that is K. to do this click the ff: Open control panel System & security Administrative tools Computer management Disk management in disk mngt choose the Drive example L then right click > change drive letter & path > click remove > then ok, open it again then > click add and > choose your original drive letter for that drive then click ok. If you use your computer for a long period of time do restart first to refresh everything.