I was wondering if it is possible to return values from a desktop-application client that is coded in Java? If so if anyone could point me in the right direction or at some articles I could read. I’m experienced with Java and other languages just never have wondered about this and it would make for a really interesting personal project.
I was wondering if it is possible to return values from a desktop-application client
Share
If you mean “set the process exit code” then yes,
will return an exit status of 2.