Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Tycho and Java8

Hi,

Now that JDK8 has beta builds out. Is it some how possible to get maven
tycho to use it?

My problem is that I need to compile a project against JDK8 because some
parts needs its API but because this project also e.g. holds Comparator
implementations (the Comparator-interface has been extended) I'm unable
to compile it.

Tom


Back to the top