Possible Duplicate:
How to rename java.exe/javaw.exe process?
Hi,
I am working on java desktop application. When the program starts, it creates a process java.exe
. I have not been bother about this. But now, one of my user want this process name to be changed to <project-name>.exe
.
So, Please provide me some suggestions, how can I achieve this feature for my program?