You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears we need to include a manifest file in the compiled executable. How do we configure the Maven plugin to do this?
If I use the tag with a file named as per the Javadoc, I get this error:
The application has failed to start because its side-by-side configuration is in correct. Please see the application event log or use the command-line sxstrace.exe
Any suggestions would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Testing a GUI on Windows 7, it looks like the generated executable triggers the Windows Program Compatibility Assistant.
Related Launch4J bug: https://sourceforge.net/p/launch4j/bugs/87/
Related Stackoverflow: https://stackoverflow.com/questions/806017/why-i-receive-a-message-from-the-program-compatibility-assistant#3329886
It appears we need to include a manifest file in the compiled executable. How do we configure the Maven plugin to do this?
If I use the tag with a file named as per the Javadoc, I get this error:
Any suggestions would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: