I have a desktop application written in JavaFX. It's akin to a FORTRAN batch-type analytical program with a modern PC screen GUI.
I need to move it to run on the web, e.g., present a client-side GUI.
I have tried the Java Web Service deployment, however, I need to read/write files on the client. Even after signing the jar files, I can not get by security stops in Java8 applications on browsers.
How to sign Java Web Start applications with Java 7 or 8 RTEs on client machines?