Re: Launching an application

2023-03-07 Thread Andrii Cherepkov
I installed NetBeans from App Center on Ubuntu 22.04. > I know for the Windows installer if it can't find Java it shows a popup window. Yes, I remember this popup window, but now it isn't displayed =( чт, 2 мар. 2023 г. в 19:24, Peter Hull : > On Thu, 2 Mar 2023 at 10:22, Andrii Cherepkov > wr

Replacement for deprecated getUserHomeDirectory

2023-03-07 Thread Peter Hull
Hi, Does anyone know what is the suggested replacement for org.netbeans.installer.utils#getUserHomeDirectory() in netbeans/nbi/engine/src/org/netbeans/installer/utils/SystemUtils.java:88 Thanks! - To unsubscribe, e-mail: dev-unsub

Re: Replacement for deprecated getUserHomeDirectory

2023-03-07 Thread Christian Oyarzun
Hi Peter, Looks like you should use getDefaultUserdirRoot(). https://github.com/emilianbold/netbeans-releases/commit/e77bdc1808758570aded50c7d0eb65fc5419f06e --Christian On Tue, Mar 7, 2023 at 11:08 AM Peter Hull wrote: > Hi, > Does anyone know what is the suggested replacement for > org.netb

Re: Replacement for deprecated getUserHomeDirectory

2023-03-07 Thread Peter Hull
On Tue, 7 Mar 2023 at 16:36, Christian Oyarzun wrote: > Looks like you should use getDefaultUserdirRoot(). Great thanks! Although I see that, for example in getSuperId(), it uses getUserHomeDirectory() as a fallback if getDefaultUserdirRoot() doesn't work! --

Netbeans website tutorials / images

2023-03-07 Thread Jonathan Bergh
Hi, I was wanting to work through the Netbeans platform quickstart and learning trails tutorials, but noticed that for a lot (it seems most) of these, the links to the images are broken? At least for me these did not load with the pages ... Since I was going to work through the tutorials, I thoug

Re: Netbeans website tutorials / images

2023-03-07 Thread Michael Bien
Hi Jonathan, hmm, this is weird since this is actually a reviewed tutorial, which means the images must have disappeared some time later. https://netbeans.apache.org/tutorials/nbm-quick-start.html the images should be (hopefully) all in the website repo: https://github.com/apache/netbeans-webs

Work on Issue "No library found for namespace jakarta.faces.html" #5470

2023-03-07 Thread Tito Sanchez
Hi all, I would like to collaborate working on this issue: No library found for namespace jakarta.faces.html #5470 https://github.com/apache/netbeans/issues/5470 Is somebody working on this or can I start working on it? I was checking the description and reviewed the code related to this issue a