Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

migrated from programmers.stackexchange.com Jun 25 at 17:16

This question came from our site for professional programmers interested in conceptual questions about software development.

    
have you changed the security configuration at the Java control panel? –  ra2085 Jun 25 at 18:37
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.