开发者

making Eclipse work in Fedora

开发者 https://www.devze.com 2023-02-09 11:23 出处:网络
i would like to use Eclipse on Fedora. When i run a simple program i get \"permission denied\" Any hints, links to 开发者_JAVA技巧tutorials to setup/configure Eclipse on Fedora 14 would be appreciate

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

Any hints, links to 开发者_JAVA技巧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


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


A quick google search lead me to here :

http://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/


Try changing permissions of the directory using

#chmod 777 directorylocation

Or

#chown user directorylocation
#chmod 755 directorylocation

For only user specific use

0

精彩评论

暂无评论...
验证码 换一张
取 消