how can i run my java program in background process?

hi all,

i am working on desktop monitoring so when i start my program on client machine that is visible to all but i want this program client not visible to all instead of this can be run in background process . so, nobody can see that.

so, how i can do this ?

pls pls help me

thanks in advanced to helper

regards

maulik & ritesh

[385 byte] By [m4u.maulika] at [2007-11-26 19:55:25]
# 1
Depends on the OS.
CeciNEstPasUnProgrammeura at 2007-7-9 22:48:34 > top of Java-index,Java Essentials,Java Programming...
# 2
Instead of starting yout program with the "java" executable...... use "javaw"this will run the java program in the background.
JaWarrior2a at 2007-7-9 22:48:34 > top of Java-index,Java Essentials,Java Programming...
# 3
Can u give me some more details abt that.,What is "javaw"?.plz give some more details.RegardsS.Vijay
techVijaya at 2007-7-9 22:48:34 > top of Java-index,Java Essentials,Java Programming...
# 4

> this will run the java program in the background.

It'll just use the Windows Java Console instead of the command-line console. It has nothing to do with running as a background process.

Edit: though this might be exactly what the OP wants: not "background process" but "no DOS console".

CeciNEstPasUnProgrammeura at 2007-7-9 22:48:34 > top of Java-index,Java Essentials,Java Programming...