...
Code | Description |
---|---|
-1 | Will be returned if there is an old pico instance running or if the remote (../temp/.remote) file cannot be deleted. |
0 | Will be returned if the command was successful, or if the pico instances are already started. |
1 | Will be returned if the JVM failed to start. (The JVM has logged too much on stderr.) |
102 | Will be returned if the JVM failed to start. (The timeout on the callback from the JVM was exceeded.) |
103130 | Will be returned if the command has been interrupted with CTRL-C (for Macbook). |
104 | Will be returned if the JVM failed to start. (The JVM started with (a) critical error(s).) |
...