Is there a command line argument to set the title that JVM reports to the windows task manager? All my java processes only show up as ‘javaw.exe’ with description ‘Java(TM) Platform SE binary’. It would be great, if I could set some -param=”This is eclipse” e.g. so that I can easily tell them apart. It would prevent me from frequently killing my IDE instead of, e.g., tomcat.
Share
You could hack the JVM binary or u could implement a small binary app to invoke the JVM rather than a batch file; beyond this there’s not really a pure java way to do it!