30 pts.
 Java App like window Service
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. plz suggest me the best possible solutions or some other wrapper which can perform that task. Thanks Regards Mudasser

Software/Hardware used:
ASKED: August 30, 2012  7:40 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Have u tried to put the apps in Startup…. try this steps:Go to start > all programs, right click on start and then click Open (for every user, if want the apps to launch for all users). on next box right click in an empty space & select new > shortcut > browse and here u specify the file then click next to complete. if u installed Windows in c drive then it looks like: c:documents and settingsall usersstart menu programsstartup
it is also possible to do the task thru Registry editing, but if u have not enough expert, it is not recommended, else it leads u to a mess.

 22,125 pts.