-
|
Hey All! I'm new to CI/CD and I'm deploying my first ever legit JavaFX app for my father's business after almost two years of work. I love how easy jdeploy makes it to make applications downloadable, and it's all working for me in terms of being able to find and download the app, as well as continuous deployment through Github Actions. Screens of my application which contain TextFields using the bindAutoComplete refuse to open, and I'm sure it has to do with VM args which are needed for ControlsFX AutoCompleteTextField which i may be failing to include properly in my deployment. Download Link: had to attach some of these as text files, but feel that the issue must reside in one of these: Lastly, here is the directory structure: Thank you all so much for your support. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
What platform are you testing on? I'll take a look in a couple hours to see if anything stands out. |
Beta Was this translation helpful? Give feedback.
-
|
I just forked the FXControls sampler project and made a couple of changes to deploy the autocomplete sample only, as an example. I added the following args. Not all may have been necessary. I may add an option in jdeploy to automatically export the javafx modules to the unnamed module to make this easier. Here is that sample's download page: https://www.jdeploy.com/~controlsfx-samples This is the repository: https://github.com/shannah/controlsfx
|
Beta Was this translation helpful? Give feedback.


I just forked the FXControls sampler project and made a couple of changes to deploy the autocomplete sample only, as an example.
I added the following args. Not all may have been necessary. I may add an option in jdeploy to automatically export the javafx modules to the unnamed module to make this easier.