Re: Cannot use JDK 8 specific classes when compiling

2021-06-03 Thread Juan Algaba
Is your project using Ant, Maven or Gradle? On Wed, Jun 2, 2021 at 6:28 AM Humphrey Clerx wrote: > > I've updated from version 12.1 to 12.4 and am experiencing the following > problem: > > I'm running NetBeans under Windows 10, with JDK 11 as the default Java > Platform (set in netbeans.conf) I

Cannot use JDK 8 specific classes when compiling

2021-06-02 Thread Humphrey Clerx
I've updated from version 12.1 to 12.4 and am experiencing the following problem: I'm running NetBeans under Windows 10, with JDK 11 as the default Java Platform (set in netbeans.conf) I'm using AdoptOpenJDK 11 (11.0.11+9). Since my RCP project still requires JDK 8 as a runtime, I've added a Java