I\'m developing a desktop application using javafx v8.0.40. I have created an exe file with inno 5. When I run exe file in my computer, it is installed and run without any p
You could experience this error if you didn't include the third-party libraries to the build.
The following can be placed in the build.xml just before the end tag of the project.