Trouble getting a Java FX app to run. #186
-
|
package.json file.pdf Friends, I have been distributing a Java package with JLink and JPackage for a number of years now, and I'm new to JDeploy. I'm looking forward to making it easier for my Mac users to install the statistical software that I've written for my students: https://sites.berry.edu/vbissonnette/index/stats-homework/ I think that I've worked through the normal learning curve working with NPM and the JDeploy. I've been able to post my package here: https://www.jdeploy.com/~statshomework. My program package downloads and installs, however, it will not run. When I try to run it in a command window, I see no errors coming from it. I just starts to open and then doesn't. My working theory is that FX is not available to the program. I've attached my pom.xml and package.json files. I've studied these files for several successfully posted programs, including the demo package javafx-ensemble. I cannot figure out what I might be doing wrong. I've done a lot of searching and tinkering, and I have to admit defeat for now. Can anyone point me in the right direction? Thank you. Victor |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Did you edit the package.json by hand, or just using the GUI? I believe that the problem is your "jdk" property is a string, but should be boolean. should be |
Beta Was this translation helpful? Give feedback.
-
|
Hello, All -- This is not really a solution, but a salutation! When I tumbled onto jDeploy Mr. Hannah was very helpful in solving my amateur's programming problems. jDeploy and Mr. Hannah are the best! Kinda restores my faith in humanity... |
Beta Was this translation helpful? Give feedback.
Did you edit the package.json by hand, or just using the GUI?
I believe that the problem is your "jdk" property is a string, but should be boolean.
should be