On 30.04.2015 15:57, Ben Reser wrote:
> On 4/28/15 11:25 PM, Branko Čibej wrote:
>> Subject says it all. Two reasons:
>>
>> * Java 5 has been officially dead since 2009
>> * 1.9 JavaHL uses Java6 APIs
>>
>> It's possible to cross-compile for Java5 using newer JDKs, but the
>> compiler only chec
On 4/28/15 11:25 PM, Branko Čibej wrote:
> Subject says it all. Two reasons:
>
> * Java 5 has been officially dead since 2009
> * 1.9 JavaHL uses Java6 APIs
>
> It's possible to cross-compile for Java5 using newer JDKs, but the
> compiler only checks language features, not library usage; for
Subject says it all. Two reasons:
* Java 5 has been officially dead since 2009
* 1.9 JavaHL uses Java6 APIs
It's possible to cross-compile for Java5 using newer JDKs, but the
compiler only checks language features, not library usage; for the
latter, you actually need Java5 classes available.
3 matches
Mail list logo