Well...I use NetBeans 15 because it works. I have a customized platform and I
don't have the time resources to rebuild it every time a new NB release comes
out. When I use NB 20 with my customized platform (based on NB 15), my modules
are littered with "cannot find symbol" errors for classes t
Hello.
I'd like to create my own stylesheet.css (mystylesheet.css), in fact, I
have already started it. However, does NB-20 provide a way to pass
mystylesheet.css as the default css file for Javadoc? Is there a
tutorial I can read online?
Thanks in advance.
--
ArbolOne
Using Fire Fox and Thu
On Wed, 10 Jan 2024 at 16:28, Joseph Huber wrote:
> How can I make the NetBeans IDE (I’m using NB 15) open an Excel document with
> Excel?
...
> Apparently NetBeans sees Excel spreadsheets as zip files (which they are).
> Unfortunately, that seems to eliminate the “Open From System” item from t
I had a similar problem last year
https://lists.apache.org/list?users@netbeans.apache.org:2023-8:tilman
Try to find this file on your system
C:\Users\\AppData\Roaming\NetBeans\20\config\Preferences\org\netbeans\modules\maven\externalOwners.properties
and open it with NOTEPAD++ and remove
Java: 17.0.7; OpenJDK 64-Bit Server VM 17.0.7+7-Ubuntu-0ubuntu118.04
Best regards,
John
j...@jql.co.uk
On Wed, Jan 10, 2024 at 11:13 AM Pieter van den Hombergh <
pieter.van.den.hombe...@gmail.com> wrote:
> on which java release is your netbeans running, that maybe relevant.
>
>
> from they st
on which java release is your netbeans running, that maybe relevant.
from they start of the stacktrace you may infer that the problem can be in
a properties file or the Path thereof. there could be a wrongly interpreted
Unicode character.
met vriendelijke groet
Pieter van den Hombergh
Op wo 10
Hi,
On starting Netbeans 20, just after the background scanning external files
ends, I am getting the exception shown below. Netbeans seems to be
functioning correctly.
Steps to recreate the problem: Start Netbeans 20 with two open projects
OS: Linux Mint 19.3 Cinnamon (5.4.0-150-generic)
___
Seems to disappear once a constructor is add.
On Tue, 2024-01-09 at 13:42 +1030, Martin Edge wrote:
> Morning All
>
> I am using Netbeans 20 on Linux mint and am getting an intermitten
> class cast exception. Occasionally a class (usually a new one, but
> not
> always) won't do the code check/co