Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-02 Thread Michael Bien
On 01.03.24 17:42, Ulf Zibis wrote: Am 01.03.24 um 15:24 schrieb Michael Bien:   - The "force plugin install into shared directories" is not a good idea Why is it provided? For historic reasons and to solve some edge cases. I vaguely remember using this option for a native lib wrapper modu

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-02 Thread Arbol One
Yes! Thank you, it is working perfectly now. On 2024-03-01 9:25 a.m., Neil C Smith wrote: On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: In the meantime I solved the problem still using JDK 18 as follows. - deleted user config data and reinstalled NetBeans ... - Restart. All is fine !!! Don

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
Is there a minimum JDK 8 version that is required in order to be recognized by NetBeans? That would be an interesting question to answer (and possibly document). I know that there are some Maven plugins that have a minimum required JDK 8 version. I wonder if the original author could go and

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Michael Bien
its possible that there is a bug somewhere. Btw the link you posted is for the download archive. JDK 8 would be at u402. I have all JDKs (8-23) in the platform manager and they are all recognized by NB. -mbien On 02.03.24 09:12, Noel Abela wrote: You can clearly see from the filename in the

Javadoc - using MS-Edge

2024-03-02 Thread Arbol One
Hi there! In my Debian 12, I use Netbeans 21 (funny revers versions, ja, ja, ja) as my IDE. I'd like to use MS-Edge as the output browser for javadoc, for that I have added it to Tools > Options > General > Web Browser. --- /Edge is not an option in the pull-down menu,so, I added it like th

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
I just installed NetBeans 21 running on JDK 17. I have several old projects that build against JDK 8. I've added JDK 8 to my installed Java Platforms, set my Properties->Build->Compile to the correct JDK (1.8), and have set source and target in the maven compiler plugin to 1.8. The project l

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Noel Abela
You can clearly see from the filename in the screen shot that it is not a jre but a JDK. I got it from the oracle site here https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html I guess it is a bug. Thanks for the other tips On 01/03/2024 22:56, Noel Abela wrote: Tha