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