|
From: Leif M. <le...@ta...> - 2005-06-28 19:46:37
|
Jindal, It should be possible, but you will need to write a simple "wrapper" or container class around that has a static main method, then instantiates and sets up your applet. Applets are not normally designed to be run as standalone applications. You will need to handle all of the setup and tearing down of the applet yourself to get it working. Cheers, Leif Jindal, Anubhav wrote: > I need to make a Java applet work as a Windows Service. Can I do that > with Wrapper?? > > > Thanks, > Anubhav Jindal > |