I have a desktop application in Java, I am using Proguard for obfuscation, and Install4j. I am able to run the jar file of the application using the argument "-noverify" which was recommended by others who had the same issue. But I cannot run the exe file (added "-noverify" to the arguments in Install4j).
Any ideas please? thanks!

According to Troubleshooting section of the Proguard manual, the recommendations for
VerifyErrorare:-dontoptimizeRunning a Java application with
-noverifyis an insecure hack ... but if you really need to resort to that you should be able to get Install4j to set JVM options in the generated launcher.For more details; see The definitive guide to install4j.