Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Mitch Claborn
Fonts & Colors is the right place, thanks. I did discover that changes made there don't take effect on the active document until I switched to a different tab and back. Is that by design? Mitch On Fri, Jul 18, 2025 at 12:35 PM Michael Bien wrote: > On 7/18/25 17:51, Neil C Smith wrote: > > H

Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Michael Bien
On 7/18/25 17:51, Neil C Smith wrote: > Hi, > > On Thu, 17 Jul 2025 at 18:52, Mitch Claborn wrote: >> FlatLaf dark highlights deprecations in Java source code (e.g. Byte b = new >> Byte(ipaddr[i]);). >> I find that too visually similar to the highlighting that is done of all >> uses the selecte

Re: Flatlaf highlighting of deprecation

2025-07-18 Thread Neil C Smith
Hi, On Thu, 17 Jul 2025 at 18:52, Mitch Claborn wrote: > FlatLaf dark highlights deprecations in Java source code (e.g. Byte b = new > Byte(ipaddr[i]);). > I find that too visually similar to the highlighting that is done of all uses > the selected local variable, which I use quite often. > Wh

Re: Is working

2025-07-15 Thread Ernie Rael
On 25/07/15 2:11 AM, Neil C Smith wrote: On Tue, 15 Jul 2025 at 07:52, Ernie Rael wrote: On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: Is this mailing list still active? Start at https://netbeans.apache.org/ then in the "Join us" note follow the link to mailing lists and under "Users list" (

Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-15 Thread Daniel Hartman
Thank you, Neil and Michael. You're right, I copied the configuration from the IDE.  Removing the reference to the javaagent resolved the issue.   Sincerely, Dan On Monday, July 7, 2025 at 06:14:47 AM CDT, Neil C Smith wrote: Hi Daniel, On Fri, 4 Jul 2025 at 17:04, Michael Bien wr

Re: Editing a GUI form using JPA

2025-07-15 Thread Joachim Rohde
I had the same problem where I had a panel with some comboboxes which should be populated by values from the database. I worked around it by extracting the database calls into it's own method which needed to be called manually after constructing the panel: Within my TopComponent I construct the

Re: Is working

2025-07-15 Thread Neil C Smith
On Tue, 15 Jul 2025 at 07:52, Ernie Rael wrote: > > On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: > > Is this mailing list still active? > > Start at https://netbeans.apache.org/ then in the "Join us" note follow > the link to mailing lists and under "Users list" (which is this list) > there are

Re: How to set dashboad to be on by default

2025-07-15 Thread Neil C Smith
On Mon, 14 Jul 2025 at 22:30, ArbolOneEnterprise wrote: > Anyone knows how to set the Dashboard tab to be show at start up? Top left widget in Dashboard, under Check for Updates - select Show Dash on Startup. Best wishes, Neil ---

Re: Is working

2025-07-14 Thread Ernie Rael
On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: Is this mailing list still active? Start at https://netbeans.apache.org/ then in the "Join us" note follow the link to mailing lists and under "Users list" (which is this list) there are links to the archives. That should answer your question.

Re: Can Netbeans do Rust?

2025-07-14 Thread Michael Bien
there is no rust support in the NetBeans release but if you build NB with the "full" cluster config you could play around with the experimental rust modules. ant -Dcluster.config=full build -mbien On 7/14/25 05:10, Bradley Willcott wrote: > Hi there. > > I too am looking into Rust. But for me

Re: Can Netbeans do Rust?

2025-07-13 Thread Bradley Willcott
Hi there. I too am looking into Rust. But for me it's a hobby. However, I am successfully using Visual Studio Code (on Fedora Linux!), and it is very useful. I am a long... time user of Java and Netbeans. Rust is an interesting alternative. Another language to add to my list.🙂 Have a great d

Re: Can Netbeans do Rust?

2025-07-13 Thread Owen Thomas
Hello once more. Eclipse does appear to do Rust - at no cost even - better than some other IDE's. Although I'd love it to be so for NB, I'm sending this wish to the gods in order that it might one day come true. Still doing Java in NB. Have a good day. :) Owen. On Fri, 11 Jul 2025 at 16:40, O

Re: Netbeans26 crashing randomly on Windows11

2025-07-10 Thread Maciej Jaros
A problem in JavaThread "AWT-EventQueue-0"... So, yes, seems like JDK24 is still affected. https://github.com/apache/netbeans/issues/8236#issuecomment-3056889310 Perhaps ultimately it would be best to save open tabs every 5 minutes. https://github.com/apache/netbeans/issues/8643 Neil C Smith (2

Re: Netbeans26 crashing randomly on Windows11

2025-07-10 Thread Neil C Smith
On Wed, 9 Jul 2025 at 20:07, Maciej Jaros wrote: > It seems like NB26 is crashing randomly. Most of the time, this happens when > my Maven project is running. > There is no message - I just disconnect from RDP, and when I come back, NB is > just gone. Tomcat process that was started from NB stil

Re: Netbeans26 crashing randomly on Windows11

2025-07-10 Thread Maciej Jaros
Found it (C:\Users\Me\AppData\Roaming\NetBeans\26\var\log\messages.log) No obvious problems form. That INFO [null] is weird. ``` INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 140 ms. INFO [org.netbeans.ui.indexing]: Indexing started, time from last indexing 0 ms. INFO [org.ne

Re: Netbeans26 crashing randomly on Windows11

2025-07-09 Thread Pieter van den Hombergh
the logs are in your home directory under .netbeans/26/logs or something similar. met vriendelijke groet Pieter van den Hombergh Op wo 9 jul 2025, 21:07 schreef Maciej Jaros : > Hi, > > It seems like NB26 is crashing randomly. Most of the time, this happens > when my Maven project is running. >

RE: Question about Spring 6 and Netbeans

2025-07-08 Thread Samson Chung
That is my intention, moving to Spring 6, the new Jakarta namespace, and tomcat 10. I am just struggling with getting Spring 6 into NetBeans… Sc. From: Maciej Jaros Sent: Tuesday, July 8, 2025 4:23 AM To: users@netbeans.apache.org Subject: Re: Question about Spring 6 and Netbeans [EXTERNAL

Re: Question about Spring 6 and Netbeans

2025-07-08 Thread Maciej Jaros
AFAIK Spring 6 only supports jakarta.*, not javax.*. If you really want to upgrade you will have to move to Jakarta namespace. Otherwise you can stay with Spring5 and javax, but S5 already has security bugs (reported in CVE), so... Regards, Maciej Nux. Samson Chung (2025-07-07 21:32): Hi Ev

Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-07 Thread Neil C Smith
Hi Daniel, On Fri, 4 Jul 2025 at 17:04, Michael Bien wrote: > You can copy the jar or remove the "-J-javaagent:..." jvm argument from the > application launch config if you are not worried about the bug. I assume you copied this configuration from the IDE into your application configuration? I

Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-04 Thread Michael Bien
Hi, On 7/4/25 13:17, Daniel Hartman wrote: > All,  > > I just migrated my platform application from NetBeans 12.4 to NetBeans 26. > > I can create a distribution as before by right-clicking my application within > the IDE and selecting Package As → Zip Distribution. However, when I attempt > to

Re: macOS installer doesn't seem to work

2025-06-26 Thread Philip Wasson
Thanks! So, yes, it upgraded in place. That’s confusing though since the package named "Apache NetBeans 21.app” is now version 26. I don’t remember for sure, but I guess I added the version number to the name since I was keeping multiple versions around. Maybe I don’t need to do that anymore…

Re: macOS installer doesn't seem to work

2025-06-26 Thread David Gradwell
Environment Zulu23.30+13-CA (build 23.0.1+11) OpenJDK 64-Bit Server VM Zulu23.30+13-CA (build 23.0.1+11, mixed mode, sharing) Regards David From: Neil C Smith Date: Thursday, 26 June 2025 at 10:05 To: pwas...@icloud.com Cc: users@netbeans.apache.org Subject: Re: macOS installer doesn't seem to

Re: macOS installer doesn't seem to work

2025-06-26 Thread Neil C Smith
Hi, On Wed, 25 Jun 2025 at 20:57, Philip Wasson wrote: > I’m trying to get back into development and figured I’d start with an > up-to-date environment. I downloaded the NetBeans 26 community installer for > aarch64 and ran it. It said it finished, but I can’t find NetBeans 26 > anywhere. Spot

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
Hello all, Normally, I am a CLI-only user of Git, and I mostly use it on Linux. (Ubuntu 24.04) but for the mail from avaluedcustomer I freshly installed NB 26 via the installer on Windows 11 , i.e. with bundled Jdk 24. Did that this morning. It works with an RSA key and github, with the mentioned o

Re: macOS installer doesn't seem to work

2025-06-25 Thread Thad Humphries
I downloaded the installer from https://installers.friendsofapachenetbeans.org/ Look for "/Applications/Apache NetBeans.app", which is where it was placed on my M2 MacBook Pro (with macOS 15.5) On Wed, Jun 25, 2025 at 3:57 PM Philip Wasson wrote: > Hi, > > I’m trying to get back into developmen

Re: git pull/push not working over ssh

2025-06-25 Thread Michael Bien
Hi, On 6/25/25 10:44, avaluedcusto...@freenet.de wrote: > Hello, > > > I am working on a project where the git repository is cloned via ssh (I am > using Windows 10 if that makes a difference). > > > When I am trying to pull or push, NetBeans always asks me for my credentials: > https://i.imgur

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
you might still be able to use most commands that do not involve remote from within NetBeans, like commit (including editing the commit messages), diff etc. only for push and pull you might need the cli. You might also want to look if fetch works. That is quite equivalent to pull. met vriendelijke

Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
Am 25.06.25 um 16:39 schrieb Michael Bien: I see the git command in the output window when doing a commit, but not when doing a pull or push. NetBeans uses jgit which is a java based implementation of git. It doesn't actually run the commands you see in the log as external process. I often u

Re: Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
sendet: 25.06.2025 14:50 Uhr > An: avaluedcusto...@freenet.de > Kopie: users@netbeans.apache.org > Betreff: Re: git pull/push not working over ssh > > If you are using openssh, there is no need to do anything with keys. They > are in the proper format. > > In my setup (windows 11,

Re: Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
t; Von: pieter.van.den.hombe...@gmail.com >> Gesendet: 25.06.2025 14:50 Uhr >> An: avaluedcusto...@freenet.de >> Kopie: users@netbeans.apache.org >> Betreff: Re: git pull/push not working over ssh >> >> If you are using openssh, there is no need to do anything wi

RE: Re: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
, rather than a git/ssh problem.  -ursprüngliche Nachricht-  Von: pieter.van.den.hombe...@gmail.com  Gesendet: 25.06.2025 14:50 Uhr  An: avaluedcusto...@freenet.de  Kopie: users@netbeans.apache.org  Betreff: Re: git pull/push not working over ssh If you are using openssh, there is no need to

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
ther. > > > -ursprüngliche Nachricht- > Von: pieter.van.den.hombe...@gmail.com > Gesendet: 25.06.2025 11:45 Uhr > An: avaluedcusto...@freenet.de > Kopie: users@netbeans.apache.org > Betreff: Re: git pull/push not working over ssh > > > > Your problem

Re: Undeploy an app from Tomcat connected with NetBeans

2025-06-25 Thread Maciej Jaros
Removing both works (xml in conf, subdir in work), thanks :-) Jens Zurawski (2025-06-25 11:11): Hi Maciej, check the conf/Catalina/localhost and work/Catalina/localhost directories of your Tomcat installation. There you will find the corresponding files. cu Jens Am 24.06.2025 um 14:47 sch

RE: git pull/push not working over ssh

2025-06-25 Thread avaluedcustomer
11:45 Uhr  An: avaluedcusto...@freenet.de  Kopie: users@netbeans.apache.org  Betreff: Re: git pull/push not working over ssh Your problem reminds me of the fact that putty ssh keys are in a different format than openssh keys. I had to convert them. Anyway, depending on what you are using, opens

Re: git pull/push not working over ssh

2025-06-25 Thread Pieter van den Hombergh
Your problem reminds me of the fact that putty ssh keys are in a different format than openssh keys. I had to convert them. Anyway, depending on what you are using, openssh or putty, that might have a clue. Also, if you are using an ssh-agent, make sure that is up and running before you start netbe

Re: Undeploy an app from Tomcat connected with NetBeans

2025-06-25 Thread Jens Zurawski
Hi Maciej, check the conf/Catalina/localhost and work/Catalina/localhost directories of your Tomcat installation. There you will find the corresponding files. cu Jens Am 24.06.2025 um 14:47 schrieb Maciej Jaros: Hi, Is there a way to undeploy apps from Tomcat that were deployed by NetBea

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Mitch Claborn
The FlatLaf 3.6 demo works fine as far as changing font family and size. It is not saving the font options between runs, but not sure if it is supposed to. It does save the Theme selection. In the demo I did File > Open on ~/.netbeans/26/config/LookAndFeel/FlatLaf.properties and did not see any c

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Mitch Claborn
I ran the demo from this jar: https://download.formdev.com/flatlaf/flatlaf-demo-latest.jar Adding "@foreground = #ff" did take effect - I got red font in various places. Just had an epiphany: I have been adding "--fontsize 16" to netbeans.conf for years (old man, old eyes). I removed that and

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 17:32, Mitch Claborn wrote: > The FlatLaf 3.6 demo works fine as far as changing font family and size. It > is not saving the font options between runs, but not sure if it is supposed > to. It does save the Theme selection. > > In the demo I did File > Open on > ~/.netbe

Re: Font difference between XFCE and Cinnamon

2025-06-20 Thread Neil C Smith
On Fri, 20 Jun 2025 at 18:18, Mitch Claborn wrote: > Just had an epiphany: I have been adding "--fontsize 16" to netbeans.conf for > years (old man, old eyes). I removed that and the "defaultFont=36" took > effect. "--fontsize 16" must be overriding or inhibiting some of the FlatLaf > settings.

Re: Live Server

2025-06-20 Thread Maciej Jaros
Tom Rushworth (2025-06-20 02:47): Does NetBeans have an equivalent to Visual Studio's Live Server? Depends what you mean by that. NB does have auto-refresh of static files (this should work out of the box, just refresh the page). Java EE apps can also auto-deploy on save (a project option). And

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-19 Thread Will Hartung
On Sun, Jun 8, 2025 at 8:53 PM Owen Thomas wrote: > Thanks for replying to my questions. I am using NB 24 on Linux (Ubuntu) > and I have had no installation problems although I did ask for help earlier > and thought I might chime in with the off chance that I had something > to offer. > On the M

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-19 Thread Will Hartung
On Tue, May 27, 2025 at 12:26 PM Tim Mullé wrote: > It’s been a while since I was on this mailing list so I am curious if > NetBeans Platform Applications are still being developed in 2024/2025? For my own hobby projects, I tried to work with the NBP years ago. Bought the books, played with it,

Re: Font difference between XFCE and Cinnamon

2025-06-19 Thread Antonio
Hi Mitch, again, FlatLaf comes with a demo, and it also has a Theme Editor [1] that you can download for free. I suggest you downloading it and trying it out. By doing that we'll see if the problem is in FlatLaf, in NetBeans or in your Linux setup. Thanks, Antonio P.S.: Of course I imagine

Re: Font difference between XFCE and Cinnamon

2025-06-19 Thread Mitch Claborn
defaultFont=36 did not have any effect. I visually examined the log and did not see any errors that seemed to be related. The only occurrences of "flat" in the log file were these in the "turning on modules" section: org.netbeans.libs.flatlaf/1 [1.22 3.6 26-81d21190648c8a1bae92bc9cdb0bb9783ae4912f]

Re: Font difference between XFCE and Cinnamon

2025-06-19 Thread Neil C Smith
On Wed, 18 Jun 2025 at 19:51, Mitch Claborn wrote: > 2) Before posting in the FlatLaf forum, I tried playing around with > customizing the ~/.netbeans/26/config/LookAndFeel/FlatLaf.properties file > which is opened by clicking the Tools > Options > Appearance > FlatLaf > > "Edit custom properti

Re: Font difference between XFCE and Cinnamon

2025-06-18 Thread Mitch Claborn
I am using FlatLaf. 1) Changing the font in Cinnamon had no effect on NetBeans. This implies that FlatLaf is not using the system default. 2) Before posting in the FlatLaf forum, I tried playing around with customizing the ~/.netbeans/26/config/LookAndFeel/FlatLaf.properties file which is opened

Re: Font difference between XFCE and Cinnamon

2025-06-18 Thread Antonio
Hi Mitch, I assume you're using the default FlatLaf look and feel. If so this is a FlatLaf specific issue. NetBeans does not customize the font used in the user interface [1], so FlatLaf is probably using the default system font. Things to try: 1) In Cinnamon modify the default system-wide

Re: No Windows Installation Version.

2025-06-17 Thread Eirik Bakke
quot;Apache" stamp on binaries that include OpenJDK. -- Eirik From: Neil C Smith Date: Tuesday, June 17, 2025 at 12:30 PM To: Eirik Bakke Cc: NetBeans Mailing List , "josh.ba...@taylor.com" Subject: Re: No Windows Installation Version. On Tue, 17 Jun 2025 at 16:48, Eirik Bakk

Re: No Windows Installation Version.

2025-06-17 Thread Neil C Smith
On Tue, 17 Jun 2025 at 16:48, Eirik Bakke wrote: > It's a bit confusing, but the Apache NetBeans project now produces a single > ZIP file distribution that is official and voted on, and then encourages > other organizations to develop "community installers" that provide a more > streamlined ins

Re: No Windows Installation Version.

2025-06-17 Thread Eirik Bakke
community installer! -- Eirik From: "Baker, Josh" Date: Tuesday, June 17, 2025 at 9:17 AM To: Mehmet Fatih ÇİN , NetBeans Mailing List Subject: RE: No Windows Installation Version. Neil Smith explained this yesterday in a reply: Yes, there are no longer installers available di

RE: No Windows Installation Version.

2025-06-17 Thread Baker, Josh
Mehmet Fatih ÇİN Sent: Tuesday, 17 June, 2025 09:10 To: Baker, Josh ; NetBeans Mailing List Subject: Re: No Windows Installation Version. [EXTERNAL EMAIL] There is a warning that this is not an official version provided by NetBeans. Will NetBeans not do this anymore? Or has it not released o

Re: No Windows Installation Version.

2025-06-17 Thread Mehmet Fatih ÇİN
, June 16, 2025 7:37:33 PM Kime: Mehmet Fatih ÇİN ; NetBeans Mailing List Konu: RE: No Windows Installation Version. Friends of Apache NetBeans offer Windows, macOS and Linux installers with bundled JDK: https://installers.friendsofapachenetbeans.org/   [Taylor Healthcare]<ht

Re: No Windows Installation Version.

2025-06-16 Thread Neil C Smith
On Mon, 16 Jun 2025 at 17:12, Mehmet Fatih ÇİN wrote: > Is there no officially released Windows installer version of NetBeans IDE 26? > I couldn't find an official version to download for Windows. Can you help? Yes, there are no longer installers available directly from ASF. See also the discuss

RE: No Windows Installation Version.

2025-06-16 Thread Baker, Josh
Friends of Apache NetBeans offer Windows, macOS and Linux installers with bundled JDK: https://installers.friendsofapachenetbeans.org/   [Taylor Healthcare] Josh Baker | QA Analyst II Taylor Healthcare taylor.com/healthcare

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-12 Thread Michael Bien
On 6/10/25 14:06, Peter Hull wrote: > On Tue, 10 Jun 2025 at 12:31, Neil C Smith wrote: >> The one thing I do find increasingly frustrating is the lack of >> investment in the upstream maintenance effort for the platform from >> them, particularly those larger companies. > On a (slightly) related

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Tim Mullé
t check libraries and it figures things out for you and >> pulls the correct dependencies. Maven doesn’t have that in the UI for NB dev >> (at least not that I’ve seen). I’ve had to do A LOT of trial and error >> hunting down libraries and looking at old/outdated tutorials or piece >&

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread arsi
together blog posts across the years. I would like to re-push my company to consider porting to NB because we are now tripping over our own legacy code base trying to add new features or even maintain some of the sections. Most of our stuff can be made easy by being developed as Plugins as long

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Neil C Smith
Hi, On Tue, 10 Jun 2025 at 13:15, Tamás Cservenák wrote: > Where is this POM coming from? > https://central.sonatype.com/artifact/org.netbeans.cluster/platform/overview > > As with simple change (move entries as depMgmt, leave versionless > entries in place) the POM could works a BOM as well, so

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Tamás Cservenák
Neil, Where is this POM coming from? https://central.sonatype.com/artifact/org.netbeans.cluster/platform/overview As with simple change (move entries as depMgmt, leave versionless entries in place) the POM could works a BOM as well, so no need to "copy paste" but just import and you get aligned w

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Peter Hull
On Tue, 10 Jun 2025 at 12:31, Neil C Smith wrote: > The one thing I do find increasingly frustrating is the lack of > investment in the upstream maintenance effort for the platform from > them, particularly those larger companies. On a (slightly) related note, are all the main* developers of NB v

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-10 Thread Neil C Smith
Hi, I was away when you first posted this, but a late reply from my own perspective ... On Tue, 27 May 2025 at 20:27, Tim Mullé wrote: > It’s been a while since I was on this mailing list so I am curious if > NetBeans Platform Applications are still being developed in 2024/2025? There are defi

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-08 Thread Owen Thomas
On Sun, 8 Jun 2025 at 15:19, Philippe Alves wrote: > Hello Owen, > > Thank you for your reply. I answered to Helmut a few days ago but directly > to him. > > Here was my reply: > I installed them on Windows 11. > > Thanks for replying to my questions. I am using NB 24 on Linux (Ubuntu) and I have

RE: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-07 Thread Philippe Alves
y idea how this can be corrected? Thank you all, looking forward to your constructive replies and approaches. Best regards, Philippe De : Owen Thomas Envoyé : jeudi 5 juin 2025 00:57 À : Philippe Alves Cc : users@netbeans.apache.org Objet : Re: [netbeans i

RE: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-07 Thread Philippe Alves
Yes, that's the one. However, I don't read any solution to that. Thanks for replying. De : Peter Hull Envoyé : jeudi 5 juin 2025 01:27 À : Philippe Alves Cc : users@netbeans.apache.org Objet : Re: [netbeans ide] How to uninstall previous versions (23,

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-07 Thread Oliver Rettig
Hi Peter, in the https://www.karlsruhe.dhbw.de/rahmlab/uebersicht.html[1] we are still working with and developing a lot with very big desktop applications, with hunderts of modules based on netbeans and we are still fine with this technology:-) In think especially in research desktop appl

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-06-07 Thread Peter Kirkham
Yes, I've been writing a NetBeans based app for petroleum engineering tools. https://pkirkham.github.io/pyrus/ I find the modern implementation of NetBeans is quite robust. Having everything on the desktop is important as in oil and gas we can be dealing with some massive files, and uploading

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Oh nice! I missed that. I just found that prop at: https://bits.netbeans.org/dev/javadoc/org-openide-loaders/apichanges.html " Introduces system property to change file size threshold. Aug 23 '13; API spec. version: 7.51; affected top-level classes: DataEditorSupport; made by: igor_nikiforov; is

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Yes, thank you, but I know that. My project is still on 8.x path until I migrate to Jakarta EE. But for the sake of a reproducible test case, it doesn't matter if TomEE 9.x or 10.x, it just have to be at least 9.x so that the source level is greater than 8. The web application doesn't have to

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Oh ok! That works.. I for some reason tried to put a filesize after it like 10MB. I asked ChatGPT about the param since I couldn’t find anything in the docs about it and it thought I needed a numerical value :-) > On Jun 6, 2025, at 1:18 PM, Michael Bien wrote: > >> -J-Dnb.js.parse.big.files=

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Michael Bien
On 6/6/25 19:09, Michael Bien wrote: > On 6/6/25 15:18, Tim Mullé wrote: >> Thanks..but that doesn’t seem to work. >> It seems even the IDE itself limits the Navigator to 1MB files. > -J-Dnb.js.parse.big.files=true works for me > >> >> It would be nice if a Warning dialog appeared like it does when

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Michael Bien
On 6/6/25 15:18, Tim Mullé wrote: > Thanks..but that doesn’t seem to work. > It seems even the IDE itself limits the Navigator to 1MB files. -J-Dnb.js.parse.big.files=true works for me > > > It would be nice if a Warning dialog appeared like it does when you try to > open large files in the edit

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Maciej Jaros
You should use Tomcat 9. T10 is not compatible with non-jakarta apps. https://tomcat.apache.org/whichversion.html#:~:text=Tomcat%209%20is%20the%20last%20major%20Tomcat%20version%20supporting%20Java%20EE There is conversion tool if you want to try Jakarta (converts imports), but as you probably k

Re: Navigator component display limit with large JSON files?

2025-06-06 Thread Tim Mullé
Thanks..but that doesn’t seem to work. It seems even the IDE itself limits the Navigator to 1MB files. I can’t seem to find where to increase that limit. I tried searching in the source code for the Navigator panel but then I get lost in the debug process because it goes deep into the UI level,

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Oh, I can give a simple test case :-) - just take a freshly installed NB 26 (or at least with a new and empty userdir), - create new Project "Java with Maven -> Web Application" - assign a server (I'm using a TomEE 10.01 installation with Jakarta EE 10) - save project wait some seconds, and et

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Sadly, this doesn't help either. I've also tried with a complete fresh NB 26 without importing settings from old installations. Still the messages are coming. Unfortunately I'm currently not able to produce a simple test case to reproduce this with a simple maven application. Anything I can

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
On Fri, 6 Jun 2025 at 12:28, Jens Zurawski wrote: > maven-compiler-plugin > 3.14.0 > > 17 > 17 > > ${endorsed.dir} > > Possib

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Hi Maciej, thanks for your reply. I've tried now with JDK 21 (which is LTS, right?), my source level is 17. Sadly, no success either. The messages keep coming. cu Jens Am 06.06.2025 um 13:26 schrieb Maciej Jaros: I had a project like this. You should probably build with a more stable Java (LT

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Unfortunately this didn't help. I've removed all other JDK Platforms except the default JDK 24 and restarted the IDE. But to no success, these messages keep flooding. My pom.xml looks like: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaL

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Maciej Jaros
I had a project like this. You should probably build with a more stable Java (LTS), and closer to your project's target Java. So probably JDK LTS. So for example JDK11: https://adoptium.net/temurin/releases/?os=any&arch=any&version=11 So in short I wouldn't build with Java that comes with NB.

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Jens Zurawski
Hi Neil, thanks for your quick reply. It's a long living project which I started years ago (Netbeans 12.3 with Java 8 was the first incarnation) and is a Maven Java EE 8 Project (Migration to Jakarta EE is planned, but will take some time). It has grown throughout diverse Versions NB15, NB21,

Re: What is this issue with java.util.zip.CRC32C?

2025-06-06 Thread Neil C Smith
Hi, On Fri, 6 Jun 2025 at 11:42, Jens Zurawski wrote: > I have absolutely no clue what this message tries to tell me. I'm not > using/referencing java.util.zip.* anywhere in these projects. What has > java.util.zip.CRC32C to do with the source level? And how can I solve > this issue? This line c

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread slipbits
I am seeing it also. Please include me on the 'fix list'. art On 6/5/2025 1:27 AM, Peter Hull wrote: On Thu, 5 Jun 2025 at 06:50, Philippe Alves wrote: Is there anyone who has an answer? Are you seeing this problem? https://github.com/apache/netbeans/issues/8049

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread slipbits
Please include me on the "help" list. I find that  I am unable to delete NB installations.  The error message I get is: The specified target component -nb-all/25.0.0.2502140 was not found in the registry. The installer can continue as if the target component was not specified. Click Yes

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread Arbol One
I am glad I am not the only one suffering this problem. [cid:62e69362-5940-4534-bcfc-9b316ebbc862] Verily, with every difficulty there is relief (94:6) From: Philippe Alves Sent: June 5, 2025 1:48 AM To: users@netbeans.apache.org Subject: [netbeans ide] How to u

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread Peter Hull
On Thu, 5 Jun 2025 at 06:50, Philippe Alves wrote: > > Is there anyone who has an answer? Are you seeing this problem? https://github.com/apache/netbeans/issues/8049 - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.or

Re: [netbeans ide] How to uninstall previous versions (23, 24 and 25)

2025-06-05 Thread Owen Thomas
On Thu, 5 Jun 2025 at 15:49, Philippe Alves wrote: > Is there anyone who has an answer? > It will depend upon which OS you are using and how you installed it. I won'/t promise anything, but if you know these things, I might be able to help. :) Owen.

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-05-30 Thread Martin Wildam
Hi Tim, On Tue, May 27, 2025 at 9:27 PM Tim Mullé wrote: > Anyway, I’m just wondering: > 1. Do you create NB Platform applications for your projects, company, etc? Since my switch to Java (which is since 2010 or something around that) I did a few smaller Swing Applications and I never did someth

Re: Help with JTable sync with ExplorerManager

2025-05-29 Thread Tim Mullé
I mamaged to figure out something that works with the help of ChatGPT. It’s an ugly proof of concept but I’m still playing around. If anyone would like to see I can put it up on Github. I’m sure some of the seasoned Platform developers here have something more polished ;-) > On May 29, 2025,

Re: Jdk and Jre version for apache-netbeans_23-1_all.deb/apache-netbeans_23-1_all.deb.asc

2025-05-28 Thread Pieter van den Hombergh
Zulfi, java 17 and 21 will work just fine. To see which java version you have, open a terminal and type java -version. met vriendelijke groet Pieter van den Hombergh Op do 29 mei 2025, 06:21 schreef Zulfi Khan : > Hi, > > I have installed apache-netbeans_23-1_all.deb.asc on my ubuntu 22.04. I

Re: Navigator component display limit with large JSON files?

2025-05-28 Thread Michael Bien
Hi, some language parsers have limits configured to skip large files. for JS (and I suppose JSON) it would be the nb.js.parse.big.files property. The size limit is set using nb.js.big.file.size. A 1MB json is probably at about 30k lines - at some point the navigator tree wouldn't be that useful

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-28 Thread Neil C Smith
Hi, On Wed, 28 May 2025, 17:43 Tim Mullé, wrote: > Can you tell me the correct module to include the new Dashboard? > You need to include the api.dashboard module from the platform. https://bits.netbeans.org/26/javadoc/org-netbeans-api-dashboard/index.html Am I able to add my own information

Re: Does anyone still make NetBeans Platform Applications in 2024/2025?

2025-05-28 Thread Eirik Bakke
u and pulls the correct dependencies. Maven doesn’t have that in the UI for NB dev (at least not that I’ve seen). I’ve had to do A LOT of trial and error hunting down libraries and looking at old/outdated tutorials or piece together blog posts across the years. I would like to re-push my comp

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-28 Thread Tim Mullé
Yup, I do have that property setup, it was just the welcome module that wasn’t found. Can you tell me the correct module to include the new Dashboard? Am I able to add my own information to that page or do I still need to create my own version of that component? Thanks! > On May 28, 2025, at

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-28 Thread Michael Bien
oh! Yes that module is no more. It got replaced by the new dashboard https://github.com/apache/netbeans/pull/7239 and removed a few releases later. I recommend extracting the version into a maven property, so that you can bump all dependencies at once without risking to overlook one. regards, mic

Re: [platform] default options and add-opens+add-exports

2025-05-28 Thread Michael Bien
On 5/28/25 16:44, Patrik Karlström wrote: > Inline below... > > Den tis 27 maj 2025 kl 16:41 skrev Michael Bien : > > Hi Patrik, > > the list will highly depend on the dependencies of your application ;) > > > That much I understand ;)  > I have added them one by one when prompted by the lo

Re: [platform] default options and add-opens+add-exports

2025-05-28 Thread Patrik Karlström
Inline below... Den tis 27 maj 2025 kl 16:41 skrev Michael Bien : > Hi Patrik, > > the list will highly depend on the dependencies of your application ;) > That much I understand ;) I have added them one by one when prompted by the logs, but never tried to remove anything until today. I had to r

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-28 Thread Tim Mullé
The issue appears to be in the Welcome Module which I was testing out so see if I could override the built in Start Page. Removing this module seems to fix the error of Unloading Projects for some reason. There is no RELEASE260 version of it according to Maven Central, just RELEASE210 which br

Re: Updating from NB Platform 24 to 26 breaks looks and feels and ui

2025-05-27 Thread Tim Mullé
If it helps, this is the full output of the Platform application starting up after changing the Look and Feel. >Log Session: Tuesday, May 27, 2025 at 2:44:52 PM Eastern Daylight Time >System Info: Product Version = Snapshot Analyzer 26-81d21190648c8a1bae92bc9cdb0bb9783ae4912f Operat

Re: Brand new NB 26 Platform Maven Application fails to launch

2025-05-27 Thread Patrik Karlström
Regarding the security manager. You should change netbeans version in the pom to RELEASE260. It will be available in the wizzard soon I guess. Den tis 27 maj 2025 20:25Tim Mullé skrev: > Ok, commenting out the security manager in the pom.xml for the app fixes > the startup issue. > > >

  1   2   3   4   5   6   7   8   9   10   >