Skip to content
Commit ef7c1f0b authored by Nicolas Roeser's avatar Nicolas Roeser
Browse files

ilServer: set exit status of process

Use the exit value of the JVM process to signal success or failure to
the caller.

It does not matter if System.exit throws a Throwable as a result of e.g.
super strict security rules; but for the usual case that it does not,
callers can easily react to errors.
parent d8a3b92b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment