making Eclipse work in Fedora
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
精彩评论