Create .exe and .msi Installers for your JavaFX Apps

Posted by mikew_co on Oracle Blogs See other posts from Oracle Blogs or by mikew_co
Published on Wed, 31 Oct 2012 19:10:38 +0000 Indexed on 2012/10/31 23:09 UTC
Read the original article Hit count: 155

Filed under:

Well I wanted to figure out how the new JavaFX native packaging worked, so with a little work, I have written up my findings.

Create a Windows Native Installer and EXE with JavaFX and NetBeans 7.2

All the information is in the articles I have linked to at the end of the page. However, I hopefully have pulled together all the key facts in one place. In addition, I tried to document all the problems I ran into in the troubleshooting section.

So what is the end result?  With everything installed, building an application in NetBeans creates an EXE installer, an MSI installer, and an EXE file to execute your application. Really slick professional stuff. This is a great addition to the whole Java platform.

© Oracle Blogs or respective owner

Related posts about /Oracle