I am trying to build a exe file for my JavaFx project. The project is wrote in Java 6 and i have downloaded the standalone JavaFX for Java 6. When i try to build the build.xml file using ant it is successful but does not create the exe I think it could be because of this message before it completes the build.
Skip [Exe Bundler (based on Inno Setup)] due to [Java Runtime does not include lib\jfxrt.jar]
How do I go about fixing this?
EDIT: Fixed How to change JAVA.HOME for Eclipse/ANT