László Kishalmi schrieb am 25.01.2023 um 21:26:
> You are most probably seeing https://github.com/apache/netbeans/pull/5271
> It is fixed in NB17 which has the first rc available last week,
> or as a workaround use an up-to date Java 17 (Java 17.0.6) wich has a dot in
> it's version.
Ah, great. U
Couldn't it be that the Java Parser just got a bad day (red notification
bubble in the bottom status bar).
Those cases the IDE loss the connection with the code and can't find
parser assisted stuff.
It should be better with NB17 as we've fixed a few NPE-s along the way.
On 1/25/23 10:47, C
You are most probably seeing https://github.com/apache/netbeans/pull/5271
It is fixed in NB17 which has the first rc available last week,
or as a workaround use an up-to date Java 17 (Java 17.0.6) wich has a dot
in it's version.
On Wed, Jan 25, 2023 at 12:39 AM Thomas Kellerer wrote:
> Hello,
>
Hi
I have a plugin that was refused because it is not correct signed.
1- How netbeans verify the signature of a plugin?
2- I must include the digest on manifest or include the asc files inside of
nbm ?
3- The individual asc files are not sufficient?
Thanks
Hello,
I use NB 16 on Windows 10. On a very large project that has been running for
years, lately, I get the "cannot find or load main class" error about once a
day. Yes, removing the cache fixes it, but so does something else:
comment out whatever code you just added or changed
run the program
Hi All,
We branched off for Apache NetBeans 17 last week, and will be
producing release candidates roughly weekly until release.
Up until recently we only announced these on the dev@ list, but we've
recently started including announcements on GitHub and delivering via
https://nightlies.apache.org
Hello,
after the 16u1 path, I was able to work with my Gradle 7.5 again (thanks!)
So far I have been running NetBeans on Java 11 (from adoptium if that matters)
and had no problems.
However, when I start NetBeans using Java 17 (but keep the Gradle projects at
Java 11), NetBeans doesn't open th