## Service mode with standalone JRE
- we use http://winrun4j.sourceforge.net/ or https://github.com/poidasmith/winrun4j to make the service mode
- copy a jre6 to jre directory relative to the server path
- scolserver.jar must be not runnable, dependencies are in scolserver_lib directory
- to set icon use: RCEDIT.exe /I jscolService.exe icon.ico
- to apply the service.ini file use : RCEDIT.exe /N jscolService.exe service.ini
- to register the service use : jscolService.exe --WinRun4J:RegisterService
- to unregister the service use : jscolService.exe --WinRun4J:UnregisterService
- you can now start or stop the ScolJavaServer service from Windows services


WinRun4J Resource Editor v1.0 (winrun4j.sf.net)

Edits resources in executables (EXE) and dynamic link-libraries (DLL).

RCEDIT <option> <exe/dll> [resource]

  filename      Specifies the filename of the EXE/DLL.
  resource      Specifies the name of the resource to add to the EXE/DLL.
  /I            Set the icon as the default icon for the executable.
  /A            Adds an icon to the EXE/DLL.
  /N            Sets the INI file.
  /J            Adds a JAR file.
  /E            Extracts a JAR file from the EXE/DLL.
  /S            Sets the splash image.
  /C            Clears all resources from the EXE/DLL.
  /L            Lists the resources in the EXE/DLL.
  /P            Outputs the contents of the INI file in the EXE.