Hi,

I wondered if its possible to create a java application that works in the background and does not create a window,


Thanks,

Ishwar

Recommended Answers

All 2 Replies

Hi,

I wondered if its possible to create a java application that works in the background and does not create a window,


Thanks,

Ishwar

search using google, "running java applicatoin as a window service"

even easier than that, if you know how to use a commandprompt properly you can simply create a startup script that will not launch a persistent commandwindow of any kind.

Of course that will not make your application impossible to detect, a requirement for spyware and other malware, and one we're not going to help you achieve.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.