Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: how can i add my java class as a windows nt service


Message #1 by "T.Gopalakrishnan" <tgk26@y...> on Fri, 6 Dec 2002 05:05:11
Hello,

It is possible, but you need a small C++ help (or some else native
language) - create a small NT service which starts JVM using ShellExecute
function (if using C++).

Hope it's help,
Catalin


----- Original Message -----
From: "T.Gopalakrishnan" <tgk26@y...>
To: "Java 2 Enterprise Edition" <j2ee@p...>
Sent: Friday, December 06, 2002 5:05 AM
Subject: [j2ee] how can i add my java class as a windows nt service


> i am having one java class which starts rmiregistry dynamically.i need to
> add the class as a windows nt service
> is it possible


  Return to Index