I have a Java project and I'm using Install4J to deliver and launch. On Windows and Linux anything is fine, but on Mac the launcher app doesn't work (it appears for a moment then exits). Media for macOS is macOS single bundle.
macOS version is 10.13.2 (17C88) and Install4J version is 7.0.3.
LE: The updated question is how can I see the console log or stderr output.
MyApp.app/Contents/MacOS/JavaApplicationStubto see the standard error output. If nothing is printed, execute it like thisINSTALL4J_LOG=yes MyApp.app/Contents/MacOS/JavaApplicationStubto get debugging information from the native launcher. - Ingo Kegel