When executing a Java application the process name given to it is usually java.exe or javaw.exe. But how can I make it be called by the name of my
java.exe
javaw.exe
If you're using the Sun JDK, you can also use the "jps" command line tool to get a detailed list of Java processes running on the box.