简体   繁体   中英

On Ubuntu Eclipse workspace not launching

I am new on Ubuntu and android. When I am trying to open my eclipse it shows a popup message saying workspace/home/promaster/workspace is in use. Even when I change the absolute path it show the same popup message.

If eclipse crashed and left it's lock file behind (that is, you are sure no one is running eclipse elsewhere with that workspace / you've rebooted) you can remove the lock file.

rm -f /home/promaster/workspace/.metadata/.lock

You can also run eclipse with

eclipse -clean

Click file and try switch workspace, click other and write your new path. It's all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM