E
Edward E. Sandfort
This is making me nuts. Hopefully someone out there can get me pointed
in the right direction...
I'm playing with the program JavaService
http://www.alexandriasc.com/software/JavaService/index.html and trying
to install a simple java program as a service on a Windows 2000
machine. I install the service as follows:
JavaService -install TestServ C:\Program
Files\Java\jre\bin\client\jvm.dll -Djava.class.path=C:\h\eiapm.jar
-start mil.mcs.AutoPostServer
The class AutoPostServer, in package mil.mcs, does indeed exist, and has
a main class and all that. The class is definitely found in eiapm.jar.
The service installs without complaining, but when I try to start it up,
it fails. Viewing the event log give me the message:
"Could not find the service start class."
I've tried everything I can think of at this point, without success.
I'd appreciate any help I can get. If possible, please email your
responses directly to me.
Thanks in advance
Ed Sandfort
in the right direction...
I'm playing with the program JavaService
http://www.alexandriasc.com/software/JavaService/index.html and trying
to install a simple java program as a service on a Windows 2000
machine. I install the service as follows:
JavaService -install TestServ C:\Program
Files\Java\jre\bin\client\jvm.dll -Djava.class.path=C:\h\eiapm.jar
-start mil.mcs.AutoPostServer
The class AutoPostServer, in package mil.mcs, does indeed exist, and has
a main class and all that. The class is definitely found in eiapm.jar.
The service installs without complaining, but when I try to start it up,
it fails. Viewing the event log give me the message:
"Could not find the service start class."
I've tried everything I can think of at this point, without success.
I'd appreciate any help I can get. If possible, please email your
responses directly to me.
Thanks in advance
Ed Sandfort