Jump to content

how to start eclipse in mandrake?


ralph1976
 Share

Recommended Posts

Were did you put the ecplise directory? Also, did you change users when you unzipped it?

 

There have also been reports that if you use the graphical archive tools in kde you will corrupt the files somehow. Therefore, the best way of "installing" ecplise is to go to the command line and run unzip eclipse...zip (whatever the actual name of the file is).

 

Also I have always had to call the eclipse command from outside the eclipse directory in order to get it to start.

 

First though, I would check the permissions on the the folder and files

Link to comment
Share on other sites

The most important thing to check is who owns the files. Go into the command line and do an ls -l to see who the owner of the eclipse directory is. The name should correspond to your login id/user id. If it says root or another name, then that is the reason that you are getting the permission denied error.

 

In order to change the owner, you will need to issue the following command as root:

 

chown userid filename

 

where the userid is whichever user you want to make the owner of that directory. You will also need to issue the following command to change the owner of all the files inside the eclipse directory

 

chown -R user eclipse/*

 

IN terms of changing permissions, you use the chmod command. Do a search, there are a tonne of great tutorials on the net about using the command line and setting permissions, users, and groups.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...