Re: Launching an application

2023-03-02 Thread Peter Hull
On Thu, 2 Mar 2023 at 10:22, Andrii Cherepkov wrote: > > I just installed NetBeans for coding in PHP. So I try to launch application > and nothing was happened =( Just to be clear, what OS are you using and how did you install Netbeans? (from the zip or from a platform dependent installer?) I know

Re: Launching an application

2023-03-02 Thread Michael Bien
the download page links to community installers which include a JDK. It would be nice to open a popup in situations like this but without java installed there is no cross platform way of doing that. -mbien On 02.03.23 11:21, Andrii Cherepkov wrote: I just installed NetBeans for coding in PH

Launching an application

2023-03-02 Thread Andrii Cherepkov
I just installed NetBeans for coding in PHP. So I try to launch application and nothing was happened =( After that I launched application from terminal and saw this message: Cannot find java. Please use the --jdkhome switch. So I think you need to do a popup window that can display this error m

Re: Windows installer build process

2023-03-02 Thread Peter Hull
On 2023/02/27 22:23:17 Christian Oyarzun wrote: > I believe the stub gets the rest of the installer's binary data appended to > it or vise-versa Thanks Christian, that was helpful. I think maybe it's the shell scripts in "netbeans\nbbuild\installer\infra\build" that assemble the final binary. The