Re: Best Java version for Netbeans

2020-11-03 Thread Scott Palmer
Well, that is only if you don't add other JDK platforms and set project-specific JDKs. (Just making sure everyone is aware that you can compile a project with Java 14 even though NetBeans itself is running on Java 8 or 11.) Scott On Tue, Nov 3, 2020 at 4:43 AM Geertjan Wielenga wrote: >

Re: Best Java version for Netbeans

2020-11-03 Thread Geertjan Wielenga
If Junit 4 does what you need, be happy and use JUnit 4. Gj On Tue, Nov 3, 2020 at 6:50 PM Alonso Del Arte wrote: > By the way, what's the recommendation for JUnit? I'm using NetBeans 11.2 > with JUnit 4. I tried using Maven once, it downloaded JUnit 5 (I doubt it > connected IntelliJ's copy)

Re: Best Java version for Netbeans

2020-11-03 Thread Alonso Del Arte
By the way, what's the recommendation for JUnit? I'm using NetBeans 11.2 with JUnit 4. I tried using Maven once, it downloaded JUnit 5 (I doubt it connected IntelliJ's copy) but then it wouldn't work. So I removed JUnit 5 from the project and put in JUnit 4 instead. Al On Tue, Nov 3, 2020 at

Re: An unexpected expection during uninstallation of Netbeans 11.3

2020-11-03 Thread Laszlo Kishalmi
Use Java 11 LTS On 11/3/20 7:50 AM, Minseon Ahn wrote: Howdy! I got the following error message while uninstalling Netbeans 11.3. Exception:  java.lang.noClassDefFoundError:  java/util/jar/Pack200 Is there any workaround for this? 2020-11-04.png -- MINSEON AHN minseon...@gmail.com

An unexpected expection during uninstallation of Netbeans 11.3

2020-11-03 Thread Minseon Ahn
Howdy! I got the following error message while uninstalling Netbeans 11.3. Exception: java.lang.noClassDefFoundError: java/util/jar/Pack200 Is there any workaround for this? [image: 2020-11-04.png] -- MINSEON AHN minseon...@gmail.com

Re: NB doesn't want to update

2020-11-03 Thread Neil C Smith
On Tue, 3 Nov 2020 at 14:14, Admin @ Goodun wrote: > > > Thanks. I'd assumed that the 'check for updates' would look for new > > versions. It looks like I have to get the latest (12.1 I think) > > version by hand. > > There was a long and, at times, heated debate about this here just > recently.

Re: NB doesn't want to update

2020-11-03 Thread Admin @ Goodun
> Thanks. I'd assumed that the 'check for updates' would look for new > versions. It looks like I have to get the latest (12.1 I think) > version by hand. There was a long and, at times, heated debate about this here just recently. Apparently TBTP like it the way it is. Personally I'm with you

Re: NB doesn't want to update

2020-11-03 Thread Peter Toye
Dear Neil, Thanks. I'd assumed that the 'check for updates' would look for new versions. It looks like I have to get the latest (12.1 I think) version by hand. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Tuesday, November 3, 2020, 11:50:19 AM, you

Re: NB doesn't want to update

2020-11-03 Thread Neil C Smith
On Tue, 3 Nov 2020 at 11:46, Peter Toye wrote: > But when I ask NB to check for updates it tells me that 'your IDE is up to > date!' which is obviously not the case. > > Anyone any idea what's going on? Actually, expected behaviour - there are no updates for 11.1 there. That's different to

Re: Best Java version for Netbeans

2020-11-03 Thread Geertjan Wielenga
Probably best is always the latest LTS release of Java, which is currently 11, though then you won't be using the latest language features introduced in feature releases after 11. Gj On Tue, Nov 3, 2020 at 10:42 AM Juan Miguel Escribano wrote: > Any recommendation about which is the best Java

Best Java version for Netbeans

2020-11-03 Thread Juan Miguel Escribano
Any recommendation about which is the best Java version to run Netbeans with? Best Juan Miguel