|
系统环境是Amd64, 2Gram,打算装个eclipse-gcj,现在都装了下面这么多包了,但不知道为什么还没有eclipse的执行程序,我还需要装哪些包?
lijt@bupticet-desktop:~$ sudo dpkg -l |grep eclipse
ii eclipse-ecj-gcj 3.1.2-1ubuntu6 Native version of the Eclipse Java compiler
ii eclipse-jdt 3.1.2-1ubuntu6 Java Development Tools plug-ins for Eclipse
ii eclipse-jdt-common 3.1.2-1ubuntu6 Java Development Tools plug-ins for Eclipse
ii eclipse-jdt-gcj 3.1.2-1ubuntu6 Java Development Tools plug-ins for Eclipse
ii eclipse-platform 3.1.2-1ubuntu6 Eclipse platform without plug-ins to develop
ii eclipse-platform-common 3.1.2-1ubuntu6 Eclipse platform without plug-ins to develop
ii eclipse-platform-gcj 3.1.2-1ubuntu6 Eclipse platform without plug-ins to develop
ii eclipse-rcp 3.1.2-1ubuntu6 Eclipse rich client platform
ii eclipse-rcp-common 3.1.2-1ubuntu6 Eclipse rich client platform (common files)
ii eclipse-rcp-gcj 3.1.2-1ubuntu6 Eclipse rich client platform (GCJ version)
lijt@bupticet-desktop:~$ uname -a
Linux bupticet-desktop 2.6.15-26-amd64-generic #1 SMP PREEMPT Thu Aug 3 02:52:35 UTC 2006 x86_64 GNU/Linux
lijt@bupticet-desktop:~$ cd /usr/share/eclipse
lijt@bupticet-desktop:/usr/share/eclipse$ ls -al
total 51
drwxr-xr-x 6 root root 248 Sep 2 11:24 .
drwxr-xr-x 250 root root 7128 Sep 2 11:24 ..
-rw-r--r-- 1 root root 59 Apr 18 02:53 .eclipseproduct
drwxr-xr-x 2 root root 80 Sep 2 11:24 configuration
-rw-r--r-- 1 root root 25 Apr 18 02:53 eclipse.ini
drwxr-xr-x 5 root root 176 Sep 2 11:24 features
drwxr-xr-x 2 root root 104 Sep 2 11:24 links
drwxr-xr-x 17 root root 3664 Sep 2 11:24 plugins
-rw-r--r-- 1 root root 32595 Apr 18 02:53 startup.jar
lijt@bupticet-desktop:/usr/share/eclipse$ |
|