让 Eclipse 在 Fedora 中运行

发布于 2024-10-16 06:45:43 字数 174 浏览 5 评论 0原文

我想在 Fedora 上使用 Eclipse。当我运行一个简单的程序时,我得到“权限被拒绝”

任何提示,以及在 Fedora 14 上设置/配置 Eclipse 的教程链接将不胜感激。谷歌“配置 eclipse fedora”没有运气。

我对 Fedora/Linux 相当陌生。

谢谢

i would like to use Eclipse on Fedora. When i run a simple program i get "permission denied"

Any hints, links to tutorials to setup/configure Eclipse on Fedora 14 would be appreciated. No luck with Google "configure eclipse fedora".

I am fairly new to Fedora/Linux.

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我一直都在从未离去 2024-10-23 06:45:43

您需要 eclipse 目录以及工作区目录的权限。

You need permissions on the eclipse directory as well as on the workspace directory.

鼻尖触碰 2024-10-23 06:45:43

更改目录的权限

#chmod 777 directorylocation

尝试使用或

#chown user directorylocation
#chmod 755 directorylocation

仅用于特定于用户的用途

Try changing permissions of the directory using

#chmod 777 directorylocation

Or

#chown user directorylocation
#chmod 755 directorylocation

For only user specific use

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文