Search found 4 matches

by TetsutoShikishima
05 Nov 2022, 11:10
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8411

Re: How can I run a JavaFX application from a remote PC?

Thank you Janak The JNLP file is as follows. By the way, the simple code I showed before gives an error with Open Web Start (1.6.0), but works fine with IcedTea-Web (1.8.8). <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://192.168.11.5/OWSs...
by TetsutoShikishima
27 Oct 2022, 16:50
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8411

Re: How can I run a JavaFX application from a remote PC?

Thank you Janak. Of course, I specify FXWebStartLaunche.jar in my JNLP file. The message ">>> Execute Launch" before the "launch" method is displayed, and FXWebStartLaunche.jar itself is being called from JNLP and executed. Then the following error occurs when the "launch&qu...
by TetsutoShikishima
23 Oct 2022, 10:56
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8411

Re: How can I run a JavaFX application from a remote PC?

Thank you for your advice. >By remote PC do you mean that the server hosting the jnlp file is on one machine and you are accessing the jnlp file by its url from another machine? That's right. I tried various things by modifying the code with reference to the URL you gave me, but the situation does n...
by TetsutoShikishima
18 Oct 2022, 15:50
Forum: Public Forums
Topic: How can I run a JavaFX application from a remote PC?
Replies: 6
Views: 8411

How can I run a JavaFX application from a remote PC?

Hi! The OpenWebStart FAQ says that OpenWebStart can run OpenJFX-based JavaFX applications, but I get the following error at "launch" when calling JavaFX from Java: Launch exception netx: Launch Error: Could not launch JNLP file. ((access denied ("java.lang.RuntimePermission" &quo...