1

Possible Duplicate:
How do I install Eclipse Indigo 3.7.1?

I've already downloaded linux eclipse tar file from eclipse site as file named:eclipse-cpp-indigo-SR2-incubation-linux-gtk.tar.gz.

Now I want to install it in ubuntu 10.10. I'm new in ubuntu and linux. Would you tell me simply and step by step how can I install it? Thanks

Clarification it's Eclipse c++ Endigo

saman
  • 11
  • 2

2 Answers2

0

You don't need to do any special thing; just extract from the archive to some directory and launch ./eclipse from there.

Anton
  • 285
0

The Process mentioned by Anton & Alvar is Correct, if it still not working then there may be two things

1>the downloaded file may be corrupted.

2>you don't have the file permission in that directory.

One more thing check JDK is installed on your system or not?

Sumant
  • 633