I tried to create exe file of my code, in JavaFX, using NetBeans. I installed Inno Setup on my system, but still it gives error:
Execute failed: java.io.IOException: Cannot run program "iscc" (in directory "D:\Ami\DhruwCreation\Album\June2016\01-June-2016-Integrated\DisplayImageAndUpload"): CreateProcess error=2, The system cannot find the file specified
D:\Ami\DhruwCreation\Album\June2016\01-June-2016-Integrated\DisplayImageAndUpload\nbproject\build-native.xml:441: Error:
JavaFX native packager requires external Inno Setup 5+ tools installed and included on PATH to create EXE installer. See http://www.jrsoftware.org/
BUILD FAILED (total time: 0 seconds)
When I click on the error message it goes to build-native.xml
file and highlights the following line:
<fail message="Error:${line.separator}${missing.Inno.message}" if="missing.Inno"/>
iscc
to thePATH
? – Martin Prikryl