|
Java™ by example!
|
|
|
How do I return a status code from my Java application?
Use System.exit(param) where param is of type integer and specifies the status code.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|