-
The launcher documentation indicates two predefined exit codes ( If not, could such an argument be introduced in the next Eclipse version? Kind regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Maybe you should a bit more describe your use-case, e.g. what do you mean by "allow these exit code to be used by the application for its own purposes". In general an application can return an Object to the caller what can be anything. If you want to control the exit code of your jvm you should be able to simply call |
Beta Was this translation helpful? Give feedback.
-
For me it seems that either System.exit(...) would be the way or use negative return codes, or return codes > 24 ... should this not be enough for most use-cases? |
Beta Was this translation helpful? Give feedback.
-
Just to keep things linked together: There is now a pull request at #595. |
Beta Was this translation helpful? Give feedback.
Just to keep things linked together: There is now a pull request at #595.