This content has been marked as final.
Show 3 replies
-
1. Re: please help me to deploye javafx application on server
user8929955 Sep 9, 2013 10:33 AM (in response to bc424d54-c9e8-4b05-a234-2a2883fb977f)This seems to be a classic dependency problem. Can you give a bit more specific details?
- What libraries are deployed, when your application runs
- What libraries are present, when it doesn't run?
- What do you mean with "is not working"? Can you provide an exception from the server log?
-
2. Re: please help me to deploye javafx application on server
bc424d54-c9e8-4b05-a234-2a2883fb977f Sep 10, 2013 6:13 AM (in response to user8929955)- What do you mean with "is not working"? Can you provide an exception from the server log?
I run the application then in netbeans it is giving red color error massage
these error massage i am getting
Warning: Unsigned and self-signed WebStart Applications and Applets are deprecated from JDK7u21 onwards due to security reasons.
To ensure future correct functionality please sign WebStart Applications and Applets using trusted certificate.
jfxbe-run:
Executing D:\Farhan Mangium\farhan\DbaseDemo\dist\DbaseDemo.html using <Default System Browser>
(C:\Program Files\Google\Chrome\Application\chrome.exe)
-
3. Re: please help me to deploye javafx application on server
jsmith Sep 10, 2013 4:53 PM (in response to bc424d54-c9e8-4b05-a234-2a2883fb977f)You need to sign the app:
Deploying JavaFX Applications: Packaging Basics | JavaFX 2 Tutorials and Documentation