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