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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem: Java App like window Service

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • 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
 
Bartender
Posts: 4568
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Mudasser. Can you please avoid posting the same question to more than one forum? Just choose the most appropriate. Thanks.

Duplicate of https://coderanch.com/t/591146/java/java/Java-App-like-window-Service
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic