Help me restart a .jar application
April 20, 2006 12:19 PM
Subscribe
I have an errant .jar file that seems to hang from time to time. I would like to automate it's restart. I know how to perform a close or kill of a standard windows application, how is this done to a .jar file within the Java environment?
posted by kc0dxh to computers & internet (7 comments total)
If it's a java app contained within a single jar that hangs, you can treat it like a standard Windows app - which it is, the app in this case being the java virtual machine (java.exe or javaw.exe).
posted by ny_scotsman at 12:34 PM on April 20, 2006