LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Eclipse SDK v3.0 running problem: "Permission denied" (https://www.linuxquestions.org/questions/linux-newbie-8/eclipse-sdk-v3-0-running-problem-permission-denied-203645/)

AlexDunnCpp 07-11-2004 04:24 AM

Eclipse SDK v3.0 running problem: "Permission denied"
 
Hi folks,

I tried to install and run Eclipse SDK (v3.0 Linux gtk), but there is a problem I can't figure out.
I installed Java SDK [1] and Esclipse [2] successfully (I think so!), but when I try to run eclipse, nothing happens but:
[root@MYSYSNAME root]# eclipse
-bash: /usr/local/eclipse/eclipse: Permission denied

My distro: Fedora Core 1
J2SE Version: 1.4.2_05

I'm totally new to Linux (just 2 days!), so may you help ...?

Thanks in advance,
- Alex

[1 & 2] Ah! I can't post URL, 'cuase this is my first post, so to find the links google 'csfalcon'!

svaucher 08-03-2004 11:45 AM

Chmod
 
Try a chmod 775 of your executable:

% chmod 775 /usr/local/eclipse/eclipse


All times are GMT -5. The time now is 09:11 AM.