Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] eclipse 3.0 M3 now available

Trey.Spiva <Trey.Spiva@xxxxxxxxxxxxxxx> writes
> What is JCK1.4a.  Does this mean that you know support java Generics?

JCK (Java Compatibility Kit) is Sun's comprehensive test suite for Java 
implementations used to verify that it faithfully implements the Java 
language and runtime system according to the published specifications. 

Java generics (aka JSR-014) are targeted to be in JDK 1.5, due out next 
year.

The Eclipse Java compiler does not yet have any support for Java generics, 
although support for JDK 1.5 language features is in the 3.0 plan.


Back to the top