One of the key reasons Java support has been delayed is that Java 8 will be available after the release of Eclipse Juno. The main release of Eclipse cannot be shipped with functionality dependent on an incomplete release of Java.
Java 7 support went through a similar issue with Eclipse Indigo. The tool for Java 7 continued in a branch that was merged with the main indigo stream after Java 7 was released, so you saw the toolkit support in Indigo SR1.
I would expect a similar situation for Java 8. Perhaps a branch already exists for this work. The best place to check the status is the error referenced by the document found.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380190
source
share