Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 Eclipse 加载现有项目时,出现“项目内容目录无效”的错误。
我已经在 Windows 环境中创建了这些文件,现在我正尝试在 Linux 中将这些文件作为 PHP 项目打开。
我能做些什么来解决这个问题?
在我的 www 文件夹上递归使用 chown 命令后,问题就消失了。我认为问题在于 Eclipse 无法在这些文件夹中创建新文件。(呃!)
所以:
sudo chown -R /var/www user:group
还有另一种解决方法:您可以使用 sudo 命令通过终端运行 eclipse。
用于 sudo chown -R $USER:$USER /var/www允许普通用户访问文件夹
sudo chown -R $USER:$USER /var/www