2
I created an application in Java and generated an executable . JAR, which works perfectly, after this I used the Launch4j which transforms my . JAR into . EXE and then I used Installcreator to create an installer for my application. EXE to have a more professional look, but my clients are having trouble downloading the application generated by Installcreator, because the antivirus does not allow the user to download the software. EXE which is in the format of Installcreator (in the format of a Setup) and in some cases (very rare) when it allows to download the Setup generated by Installcreator, after installed, the antivirus is triggered when the application is started and gives a virus threat signal and the application is blocked, or to run the . Installed EXE is required "Run as administrator". and this makes it very difficult for the user, someone knows some way to catch one . JAR turn into . EXE and create an installer that does not generate any problems with antivirus and permissions? And once installed no problem to run?