Downloads

Patch to make Autoboxing work

Patch to apply to org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (Eclipse 3.1.1)

Precompiled version of CodeStream . Place into the correct package (org.eclipse.jdt.internal.compiler.codegen) of org.eclipse.jdt.core_3.1.1.jar in your eclipse installations plugin folder.

Note
This patch will eventually make it (in this form or another, to be reviewed) into the main eclipse version (e.g. 3.2). I'll update this page when it has been done.

Patch to make the Batch compiler not check for wrong JDK target (enables 1.5 source -> 1.4 target)

Patch to apply to org/eclipse/jdt/internal/compiler/batch/Main.java (Eclipse 3.1.1)

Precompiled version of Main Place into the correct package (org.eclipse.jdt.internal.compiler.batch) of org.eclipse.jdt.core_3.1.1.jar in your eclipse installations plugin folder.

JRE 1.4 Collections

Port of the 1.4 Collection classes (incomplete) remember to put these in front of any 1.4 JDK for the BUILD PATH:
OrderAndExport Screenshot DO NOT put this jar on the runtime classpath

Java 5 Annotations

Copy & Paste of the new java.lang.Annotation classes Put this jar somewhere on the BUILD PATH, so that the Eclipse compiler can see it. There is no need to put it on the runtime classpath.

jdt.core.prefs

Sample for a preferences file. Put into the .settings folder of your Java Project.