PDA

View Full Version : native eclipse ?


JOKe
October 26th, 2005, 04:34 AM
i know that Fedora team has build Eclipse with GCJ .
will be nice to have it on ubuntu too.

tageiru
October 26th, 2005, 06:14 PM
It is already in breezy universe.

apt-get install eclipse-sdk

JOKe
October 27th, 2005, 05:28 AM
but is this native version of eclipse ?
i mean it runs and compile apps without sun j2sdk or blackdown j2sdk ? and it use gcj ?

LorenzoD
October 28th, 2005, 01:39 AM
It is.

JOKe
October 28th, 2005, 08:32 AM
lol this rox :) ubuntu ROX :)

gururise
December 24th, 2005, 10:56 AM
How do you execute the native version of eclipse? After installing eclipse-sdk, eclipse still wants a vm to use.

asimon
December 26th, 2005, 09:34 PM
I think you need to install the corrosponding -gcj packages, which contain the java compiled to native code.

$ apt-cache search eclipse|grep gcj
ecj-bootstrap-gcj - bootstrap version of the Eclipse Java compiler (native version)
eclipse-ecj-gcj - Native version of the Eclipse Java compiler
eclipse-jdt-gcj - Java Development Tools plug-ins for Eclipse (GCJ version)
eclipse-pde-gcj - Plug-in Development Environment to develop Eclipse plug-ins (GCJ version)
eclipse-platform-gcj - Eclipse platform without plug-ins to develop any language (GCJ version)
eclipse-rcp-gcj - Eclipse rich client platform (GCJ version)
libgcj6-src - libgcj java sources for use in eclipse
libgcj7-src - libgcj java sources for use in eclipse

cabezon
August 10th, 2006, 12:13 AM
I got all the packages as well, but when i execute eclipse it still looks for the VM and doesnt work with gcj vm.

I want to use the gcj version, but have been unable to, in amd64 ubuntu breezy.

It should work as the only thing i did is :
aptitude install eclipse-rcp-gcj

ii eclipse-base 3.1.1-1ubuntu3 Eclipse distribution base
ii eclipse-jdt 3.1.1-1ubuntu3 Java Development Tools plug-ins for Eclipse
ii eclipse-jdt-common 3.1.1-1ubuntu3 Java Development Tools plug-ins for Eclipse
ii eclipse-jdt-gcj 3.1.1-1ubuntu3 Java Development Tools plug-ins for Eclipse
ii eclipse-pde 3.1.1-1ubuntu3 Plug-in Development Environment to develop E
ii eclipse-pde-common 3.1.1-1ubuntu3 Plug-in Development Environment to develop E
ii eclipse-pde-gcj 3.1.1-1ubuntu3 Plug-in Development Environment to develop E
ii eclipse-platform 3.1.1-1ubuntu3 Eclipse platform without plug-ins to develop
ii eclipse-platform-common 3.1.1-1ubuntu3 Eclipse platform without plug-ins to develop
ii eclipse-platform-gcj 3.1.1-1ubuntu3 Eclipse platform without plug-ins to develop
ii eclipse-rcp 3.1.1-1ubuntu3 Eclipse rich client platform
ii eclipse-rcp-common 3.1.1-1ubuntu3 Eclipse rich client platform (common files)
ii eclipse-rcp-gcj 3.1.1-1ubuntu3 Eclipse rich client platform (GCJ version)
ii eclipse-sdk 3.1.1-1ubuntu3 Extensible Tool Platform and Java IDE
ii eclipse-source