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

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

2025-05-28 Thread Zulfi Khan
Hi, I have installed apache-netbeans_23-1_all.deb.asc on my ubuntu 22.04. I can see its icon. But when I am double clicking it, it does not execute. maybe its looking for Java home path. Please guide me what version of jdk and jre should i install on ubuntu 22.04. Zulfi.

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

Add a new keyword

2025-05-28 Thread Arbol One
Specs: Product Version: Apache NetBeans IDE 25 Java: 24.0.1; Java HotSpot(TM) 64-Bit Server VM 24.0.1+9-jvmci-b01 Runtime: Java(TM) SE Runtime Environment 24.0.1+9-jvmci-b01 System: Windows 11 version 10.0 running on amd64; UTF-8; en_US (nb) User directory: C:\Users\arbol\AppData\Roaming\NetBeans\2

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

2025-05-28 Thread Eirik Bakke
1. Do you create NB Platform applications for your projects, company, etc? My own product, Ultorg ( https://www.ultorg.com/ ), is built on the NetBeans Platform, with Maven. It's a graphical interface for working with relational databases. Those kinds of tools are often Java apps, as JDBC driver

Navigator component display limit with large JSON files?

2025-05-28 Thread Tim Mullé
Hi All, Just wondering, is the Navigator limited to how many items it can show? In my Platform Application I am opening very large JSON files (1MB +) and the navigator shows “Please Wait” then displays nothing. But if I use a smaller file, it display just fine. I don’t see any errors in the co

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