offline web application using JavaFX

1.1k Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.)