JavaFx 2.2 recently added the native packaging option during build and can be deployed as executable files anywhere. This opens up the whole new way how java developer can ship their program to the computers where the latest JRE is not installed. One of my friend was trying to come up with the Windows GUI program which could run …