Difference between revisions of "Eclipse"
From Linuxintro
imported>ThorstenStaerk (New page: This article describes how to run eclipse on Linux. It takes eclipse Ganymed and SUSE Linux 11.1 as an example. tweedleburg:~ # java -version java version "1.6.0_0" IcedTea6 1.4 (suse-2...) |
imported>ThorstenStaerk |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This article describes how to run eclipse on Linux. It takes eclipse Ganymed and SUSE Linux 11.1 as an example. | This article describes how to run eclipse on Linux. It takes eclipse Ganymed and SUSE Linux 11.1 as an example. | ||
+ | |||
+ | * make sure you have more than 1GB RAM available | ||
+ | * install eclipse | ||
+ | yast -i eclipse | ||
+ | * call eclipse | ||
tweedleburg:~ # java -version | tweedleburg:~ # java -version | ||
java version "1.6.0_0" | java version "1.6.0_0" | ||
Line 6: | Line 11: | ||
tweedleburg:~ # cd eclipse/ | tweedleburg:~ # cd eclipse/ | ||
tweedleburg:~/eclipse # ./eclipse | tweedleburg:~/eclipse # ./eclipse | ||
+ | * if you want to develop C++, download the CDT from http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/3.0.2/ |
Latest revision as of 17:15, 12 June 2009
This article describes how to run eclipse on Linux. It takes eclipse Ganymed and SUSE Linux 11.1 as an example.
- make sure you have more than 1GB RAM available
- install eclipse
yast -i eclipse
- call eclipse
tweedleburg:~ # java -version java version "1.6.0_0" IcedTea6 1.4 (suse-24.5.2-x86_64) Runtime Environment (build 1.6.0_0-b14) OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode) tweedleburg:~ # cd eclipse/ tweedleburg:~/eclipse # ./eclipse
- if you want to develop C++, download the CDT from http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/3.0.2/