HTML5 does support offline web application.I want to create an offline web application using JavaFX. Does anyone has an example related to the same?
Asked
Active
Viewed 1,129 times
-1
-
1Do you want to run an offline JavaFX application? Or do you want JavaFX to run HTML5 offline web pages? – nafg Feb 17 '14 at 02:22
1 Answers
1
The documentation of javaFX mentions how you can do this: http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm#CJACGDDE
First learn a bit about how packaging and deployment works. Then you know how to work with the examples.
You can find tutorials that include examples with code here: http://docs.oracle.com/javafx/index.html (Take a look at the Packaging and Deployment in the Deployment and More section.)

Peter Trypsteen
- 179
- 3