I have designed a JavaFX application I would like to make accessible from my web server. It is coded in Java, uses JavaFX, and I have attempted to make it accessible here: bencitrin.com.
I tried embedding it into the homepage with the Java Development Toolkit. However, I get an error: "JavaFX Application could not launch due to system configuration."
I am unsure how to go about this--I have tried running it both unsigned and self-signed. Does it need to be "trusted"? The .jar works fine on my computer even though it is self-signed.
Thanks!