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: > Probabl

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) b

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 4:43

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 v

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