Re: Launching a JAVAW application



The Frog, 17.10.2008 14:35:
What I would like to be able to do, is to launch the application at
system startup before a user logs in.

The only way to do this is to register your application as a Windows service that is automatically started at system startup.

There are solutions out there, which will make this quite easy. Search for "java service wrapper"

Thomas
.