LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to install eclipse? (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-eclipse-270392/)

pablowablo 12-26-2004 01:36 AM

How to install eclipse?
 
Hello I downloaded the newest version of eclipse from www.eclipse.org... I downloaded the gtk version and I'm having problems installing/running it.. actually I don't know which to run.

So I extracted the tar.gz file, when I browse through the eclipse folder, all I see are more folders. Anyone can tell me what to do?
thanks!

ToniT 12-26-2004 01:49 AM

Depends on the distribution.

To install eclipse in debian, the thing you have to do is:
Code:

apt-get install eclipse-jdt

mrcheeks 12-26-2004 03:39 AM

if you have gtk installed, it is ready to run.
In the eclipse directory(the unzipped directory) there is an executable called eclipse

open a terminal,
Code:

cd /downloads/eclipsedirectory
Code:

./eclipse
that's it , that's all


All times are GMT -5. The time now is 05:41 PM.