JMidoriService (Java Midori Service)
Running Java application as an NT Service.
Download (SourceForge)
English | Japanese
The outline of this software
JMidoriService is the middleware to make Java application work as a Windows
XP/2000/NT4.0 service. It has coped with the problem that a service is suspended
since the Windows user who generally tends to cause a trouble logs off.
- It is enabled to make the existing Java application as the "service
application" in a control panel.
- You can develop "The program which carries out permanent residence
operation even if user does not log in to Windows2000/NT"
- License : GNU LGPL license
This software is distributed as free software.
- Under Java2 SDK 1.3.0/1.4.0 environment, at the logoff timing of Windows2000/NT
user causes Java application service abort problem was already fixed.
The place which exhibits a new version
http://www003.upp.so-net.ne.jp/midori/JMidoriService.html
Other libraries required in order to perform
this software
SUN Java2 Runtime Environment 1.3.x or later is requred to perform this
software.
Module composition of this software
- JMdSvc.jar : Archive of this software. And maintenance utirlity for myself.
You can run GUI installer with double-clicking this file. From GUI. You
can perform self extract and configure NT service within this GUI.
- MdSvc.exe : JMidoriService executable.
You can extract this from JMdSvc.jar's user interface
- MdSvc.inf : JMidoriService configuration file.
You can maintenance this configuration file from JMdSvc.jar's user interface.
How to install (Register NT Service)
- Install SUN Java2 Runtime Environment. SUN J2RE 1.3.0 or later is required.
Restart Windows after J2RE install.
- Create directory newly (ex:JMdSvc), copy JMdSvc.jar into this dirctory.
- Execute JMdSvc.jar by double-click or java -jar JMdSvc.jar.
- Extract MdSvc.exe file.
- Set parameters, and Save values.
- Install NT service by pushing install button.
- Choose and perform "service" from the control panel of a "main"
group.
- (*) Cautions! to operate safely, . created carefully, however in case it is tried, this software should create suitable and safe test environment, and should try it .
How to uninstall (Removal)
- Execute JMdSvc.jar.
- Uninstall NT service pushing Remove button.
Movement confirmation
environment
- Operating System
- Windows XP Pro (JP)
- Windows2000 Professional SP1 (JP)
- Windows2000 Professional SP2 (JP)
- WindowsNT4.0 Workstation SP6a (JP)
- Java VM
- SUN Java2 SDK 1.2.2_006 (Win32) International
- SUN Java2 SDK 1.3.0_01 (Win32) International
- SUN Java2 SDK 1.3.1 (Win32) International
- SUN Java2 SDK 1.4.0_01 (Win32) International
ChangeLog
- 2002/06/19 (1.9.8) J2SE 1.4 support is added. (without -jar option)
- 2001/06/29 (1.9.7) Document is updated.
- 2001/03/07 (1.9.6) stable release
- 1999/02/08 (v001 beta)
create newly.
LICENSE
/**
* JMidoriService (Java Midori Service)
* Copyright (C) 1998-2002 Midori IGA
* (http://www01.u-page.so-net.ne.jp/db3/midori/midosoft.html)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
Miscellaneous