As of JavaOne 2008, Ubuntu 8.04LTS (Hardy Heron) includes a 100% Free software implementation based on the OpenJDK source code. The Ubuntu implementation is in the Ubuntu Universe repository.
mepcotterell: I can build all Java5 and Java6 Eclipse components with eclipse-
To compile Eclipse:
1) Install the OpenJDK: sudo aptitude install openjdk-6-jdk
2) Get eclipse-
3) Extract eclipse-
4) Modify buildScripts/
You can figure out your bootclasspath files by typing: find /usr/lib/
Set the value of each property (J2SE-1.4, J2SE-5, and J2SE-6) to a colon separated list of the jar files found above.
** We really need to use Java 1.4 jars for J2SE-1.4 because this is where the problem is.
** I tried installing java1-runtime (sudo aptitude install java1-runtime) and then using the files found using (find /usr/share/java/ | grep .jar
) for the J2SE-1.4 property. The result is still a failed build.
5) In the buildScripts directory, run: ./build -os linux -ws gtk -arch $(uname -m)
6) Wait.
7) Wait some more.
8) Notice that it builds SWT...
9) Wait even longer...
10) The build will fail.
A collaboration to try to provide an up-to-date eclipse package for Ubuntu (and possibly Debian in general).
Team details
- Email:
- Log in for email information.
All members
You must log in to join or leave this team.
Latest members |
Pending approval |
Latest invited
Mailing list
Policy: You must be a team member to subscribe to the team mailing list.