System.exit code ist not return by the launcher
Brought to you by:
poida_smith
I wrote a small program.
The launcher is configured as a console program. The java Main-Class calls System.exit(1).
This value is not returned by the launcher.
Are there possible solutions for this ?