JavaService - Overview |
Current Version: 1.2.3 Java provides developers with a platform independent programming API. This allows programs to be written and compiled for distinct operating systems and architectures, such as Windows, Solaris, and Linux. Windows NT/2000 includes a set of tools and APIs that allow the creation and management of programs that run as background tasks, or services. Services typically run without any user interaction. This is especially useful when running programs, such as web servers, that should start automatically when the operating systems starts. Also, a service can be manually stopped, started, or paused using the service control manager that is includes with the operating system. JavaService is a Win32 executable that allows any Java class to be run as an NT service. It uses JNI's invocation API to create a Java Virtual Machine using any JNI compliant Java implementation. JavaService can call the typical entry method
in order to start the service, or any other method you choose. In order to stop the service it can call another method or simply terminate the JVM. JavaService is free software. It is distributed using a BSD style license. This means that you can do whatever you want with it, provided you follow a few simple rules about distribution. Support While this product is not really supported in any real sense, if you have questions or problems with it, please feel free to email eroberts@alexandriasc.com. For V1.2.1/V1.2.2/V1.2.3 related issues, you may also send email to javaservice@multiplan.co.uk for assistance. Please note that there are no guarantees, however! |