Build Linux Ide Environment - ECLIPSE

xiaoxiao2021-03-06  102

Author: redarmy dispatch time: 2004.05.10 Eclipse is a summary of ibm, borland etc. funded open source development environment; its functionality can be extended with plug-ins; paper constructs java, c, c IDE is under linux. The environment I use is Red Hat Linux 9 (self-compiled gnome2.4) 1: Download the software you need (all downloaded software is placed under / OPT) first download Eclipse, the URL is http://www.eclipse.org Currently The latest version of Eclipse is also in the test of 2.1.1, 3.0. I use Eclipse2.1; download its GTK version: Eclipse-sdk-2.1.1-linux-gtk.zip Execute Eclipse is required to use JDK, but the Eclipse installer and Red Hat Linux 9 do not include JDK, Sun latest version JDK can be downloaded to http://java.sun.com, where we use Sun JDK (J2SE) 1.4.2_01 (also IBM JDK). To develop C / C programs on the Eclipse, you need to install plug-inside, where we use C / C Development Tools (CDT). CDT integrates GUN tools such as GCC, Make, GDB, (CDT compared to the JDT (Java development environment) in Eclipse, the function is far away. For example, quite useful Refactor, Refactoring, Organize Imports in JDT Wait in the CDT.) CDT can be downloaded from http://www.eclipse.org/cdt/, the latest version is CDT 1.1 Ga2. 2: Installation 1. Because CDT needs GCC and other tools, so put the Red Hat9 software development packaging, 2. Install JDK (need to be installed with root): [root @ redarmy] chmod x j2sdk-1_4_2_01-linux-i586-rpm.bin [root @ redarmy] ./j2sdk-1_4_2_01-linux- I586-rpm.bin [root @ redarmy] rpm -ivh j2sdk-1_4_2_01-Linux-i586-rpm.bin installed JDK exists /usr/java/j2sdk1.4.2_01 directory.

转载请注明原文地址:https://www.9cbs.com/read-125327.html

New Post(0)