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)

Re: Failing at updating Netbeans to 12.4 on a Mac

2021-06-03 Thread Will Hartung
The new version will import a lot of the settings from the old version, so it's sort of a self updating thing. On Thu, Jun 3, 2021 at 7:30 PM Geertjan Wielenga wrote: > You always need to install new versions from scratch. Download the > installer for 12.4 and run it from scratch. > > Gj > > On

Re: Failing at updating Netbeans to 12.4 on a Mac

2021-06-03 Thread Andreas Reichel
But this does not work on Linux with 12.3 either: Best regards Andreas On Thu, 2021-06-03 at 21:34 -0400, Carl Mosca wrote: > Yes the new version should be installed. > > On Thu, Jun 3, 2021 at 9:32 PM Chris Olsen wrote: > > Hello, Everyone -- > > > >   I currently am running Netbeans 11.3

Re: Failing at updating Netbeans to 12.4 on a Mac

2021-06-03 Thread Carl Mosca
Yes the new version should be installed. On Thu, Jun 3, 2021 at 9:32 PM Chris Olsen wrote: > Hello, Everyone -- > > I currently am running Netbeans 11.3 on a relatively old Mac. I tried > to update ( = "Check for updates) but it failed. > > a) Should it, in a just world, have worked? > >

Failing at updating Netbeans to 12.4 on a Mac

2021-06-03 Thread Chris Olsen
Hello, Everyone -- I currently am running Netbeans 11.3 on a relatively old Mac. I tried to update ( = "Check for updates) but it failed. a) Should it, in a just world, have worked? b) Should I just not care, uninstall 11.3 and install 12.4? I am NOT a Mac person and messing this

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-06-03 Thread Pieter van den Hombergh
Hello Netbeans team, Geertjan, I want to compliment and thank you for the new release. As a test aficionado, I am very pleased with the new feature of the tiny test button in the left-hand gutter to run individual test methods. Thank you indeed. On Sat, May 29, 2021 at 11:32 AM Geertjan

Re: (SOLVED) Problem with gradle 7 (try with netbeans 12.2 and 12.4)

2021-06-03 Thread mez...@yahoo.com.INVALID
Many thanks Scott, problem solved with your suggestion. Valerio Mezzalira. Il 01/06/2021 16:00, Scott Palmer ha scritto: Replace the (deprecated) ‘compile’ with ‘implementation’ On Jun 1, 2021, at 4:40 AM, mez...@yahoo.com.invalid