• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem: Java App like window Service

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello



I want to run my java app like window service like it should not close when logoff on window and also it should be start

automatically when window bootup. I used the JSmooth wrapper for that. Its now starting the java app on window boot. But

problem is when I logoff on window it is closing my application. I really don’t want to close my Java Application on window

logoff. please suggest me the best possible solutions or some other wrapper which can perform that task.









Thanks

Regards

Mudasser
 
Sheriff
Posts: 22849
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to run your application as a Windows service. Search for "Java Service Wrapper", and you'll find at least one good result.
reply
    Bookmark Topic Watch Topic
  • New Topic