Application is terminated when log off from the server
863708Aug 2 2011 — edited Oct 19 2011I run my application on windows on server like this:
"C:\Program Files\Java\jre6\bin\javaw.exe" -jar C:\myJarFile.jar
When I log off from the server the application is terminated (so only if I'm logged in the application will run).
How can I insure my application will always run regardless who is logged in to server?
Edited by: user10511764 on Aug 2, 2011 5:14 AM
Edited by: user10511764 on Aug 2, 2011 11:01 PM