Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] How to identify Java 11 usages for bundles with JavaSE-1.8 BREE?

IIRC for JDT to error in this case you need both Java 8 and Java 11 JDKs configured in the IDE.

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Sun, 23 Aug 2020 at 04:49, Alexander Fedorov <alexander.fedorov@xxxxxxxxxx> wrote:
Hello,

Currently Eclipse Platform requires Java 11 while a lot of downstream
bundles would prefer to stay on Java 8 for a while.
This leads to a situation when workspace has Java 11 classpath and Java
11 methods are visible for Java 8 bundles.

What is the right way to configure JDT and PDE to not accept Java 11
usages for Java 8 projects?

Thanks,
AF
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top