RE: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Joseph Huber
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

Passing parameters to Javadoc?

2024-01-10 Thread Arbol One
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

Re: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Neil C Smith
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

Re: Netbeans 20 Exception

2024-01-10 Thread Tilman Hausherr
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

Re: Netbeans 20 Exception

2024-01-10 Thread John Lavelle
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

Re: Netbeans 20 Exception

2024-01-10 Thread Pieter van den Hombergh
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

Netbeans 20 Exception

2024-01-10 Thread John Lavelle
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)

Re: Unexpected Exception while checking code

2024-01-10 Thread Martin Edge
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