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

2025-05-27 Thread Tim Mullé
Hi All, 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? I know everything today is ‘web’ centric and mobile apps, etc. for most casual users and possibly corporate as well. I know my company I work at

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

2025-05-27 Thread Tim Mullé
zer.options [1.0 1.0-20250527 202505271838] com.rajant.SnapshotAnalyzer.branding [1.0 1.0-20250527 202505271837] com.rajant.SnapshotAnalyzer.UpdateSite [1.0 1.0-20250527 202505271838] com.rajant.SnapshotAnalyzer.ProjectType [1.0 1.0-2

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

2025-05-27 Thread Patrik Karlström
0f82d968998b78ef4d323537d1149eb68e747d9a] > > org.netbeans.modules.autoupdate.cli [1.41 > 25-0f82d968998b78ef4d323537d1149eb68e747d9a] > > org.netbeans.core.windows/2 [2.112 > 25-0f82d968998b78ef4d323537d1149eb68e747d9a] > > org.netbeans.core.ui/1 [1.72 > 25-0f82d968998b78ef

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

2025-05-27 Thread Tim Mullé
25-0f82d968998b78ef4d323537d1149eb68e747d9a] > org.netbeans.modules.applemenu/1 [1.64 > 25-0f82d968998b78ef4d323537d1149eb68e747d9a] > org.netbeans.libs.jna.platform/2 [2.22 > 25-0f82d968998b78ef4d323537d1149eb68e747d9a] > org.netbeans.core.output2/1 [1.69 > 25-0f82d968998b78ef

Brand new NB 26 Platform Maven Application fails to launch

2025-05-27 Thread Tim Mullé
68998b78ef4d323537d1149eb68e747d9a] org.netbeans.core.io.ui/1 [1.57 25-0f82d968998b78ef4d323537d1149eb68e747d9a] com.rajant.NB26PlatformTest.branding [1.0 1.0-20250527 202505271812] INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Mac INFO [org.n

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

2025-05-27 Thread Tim Mullé
I have an NB Platform version 24 app that all I did was update the version from RELEASE240 to RELEASE260 and rebuilt and ran and my app came up in the Mac OS look and feel. Changing the Appearance to any of the other look and feels and restarting causes my app to open up but there are no window

Re: An unexpected Netbeans Warning

2025-05-27 Thread ChrisOlsen
Michael -- Thank you much! Onward and upward... -- Chris

Re: An unexpected Netbeans Warning

2025-05-27 Thread Michael Bien
Hi, making a guess based on the log you provided: you run a maven 3 project on JDK 24? This is the JDK complaining that some jar (e.g guava) is making method calls which were deprecated for removal in a future java release. You should see the same output when you run the build in the termina

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

2025-05-27 Thread Patrik Karlström
I have over the years added 18 add-opens and 18 add-exports to my default options in my applications config. Today, with RELEASE26 and JDK 24.0.1 I realized I could remove everything but add-opens for java.io and java.net. I'm happy but curious, what has changed? /Patrik

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

2025-05-27 Thread Michael Bien
Hi Patrik, the list will highly depend on the dependencies of your application ;) If the platform application doesn't depend on any java editor features for example, the list should be already significantly smaller than the one in the NetBeans config. Cleanups and JDK version bumps within NetB

An unexpected Netbeans Warning

2025-05-27 Thread ChrisOlsen
Good morning, Everyone -- Please pardon a question from a rank amateur programmer... Yesterday I downloaded Netbeans 26 (more time on my hands at the end of the semester). I have been happily using Netbeans 23. I am now getting the following message when I run my Big Project:

When script finish reach the end the debugger starts again

2025-05-27 Thread Frederick Cornwallis
Good morning, I definitely have configuration problem but I can't figure out which one. I use netbeans25. If I run the script it shows the result on firefox and exits. If I use the debugger, the script shows the resultand the debugger still remains active (red square of Finish debugger). When I