Re: Netbeans development on the Mac

2021-11-19 Thread Chris Olsen
uot; Cc: "users" Sent: Friday, November 19, 2021 9:01:17 AM Subject: Re: Netbeans development on the Mac Hi Chris, I had some success with a deployable toy project using link and package. I have created a github repo for this small demo project at https://github.com/homberghp/fxsur

Re: Netbeans development on the Mac

2021-11-19 Thread Pieter van den Hombergh
Hi Chris, I had some success with a deployable toy project using link and package. I have created a github repo for this small demo project at https://github.com/homberghp/fxsurveyor It is derived from a former student exercise. Details to the zip file: It is a multimodule maven file, and consist

Re: Netbeans development on the Mac

2021-11-19 Thread Emilian Bold
The user provided JRE doesn't exist anymore. You have to bundle a runtime with your app. Zulu is a good runtime and they also have a version with JavaFX included so you don't have to tweak that. --emi joi, 18 nov. 2021, 22:01 Alonso Del Arte a scris: > So the Macs have the JRE but not JavaFX? I

Re: Netbeans development on the Mac

2021-11-18 Thread Alonso Del Arte
So the Macs have the JRE but not JavaFX? Is the separation of JavaFX an issue? Is it one of several issues? Al On Thu, Nov 18, 2021 at 10:58 AM Emilian Bold wrote: > It's not terribly hard. I don't know the app store but for notarization I > ended up with a script that did the required steps si

Re: Netbeans development on the Mac

2021-11-18 Thread Emilian Bold
It's not terribly hard. I don't know the app store but for notarization I ended up with a script that did the required steps sign and it blessed the DMG. Creating the DMG with some included JRE (say, from Azul Zulu) is also trivial. --emi joi, 18 nov. 2021, 17:06 Chris Olsen a scris: > Hello, E

Netbeans development on the Mac

2021-11-18 Thread Chris Olsen
Hello, Everyone -- I am a seriously amateur JavaFX programmer and have written a freeware statistical package for high school teachers of Advanced Placement Statistics. I have no trouble packaging my program for the PC, but commonly teachers run afoul of the Mac Gatekeeper when trying to ins