Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 0 = Successful operation
  • 1 = ? (When used for starting tomcat it starts but returns this...?)

...

Error 109: The pipe has been ended.

When a Windows service with net stop, this error may appear if

The java app uses System.exit(0) when asked to stop

or if the Windows start method returns without waiting (see example below)

Examples

Combined java class for Windows and Linux

...