Re: How to customise the Process name in "top" command.
Posted By:
Nathan_Meyers
Posted On:
Wednesday, October 10, 2001 05:59 PM
Not easily. A native process might be able to do this for a process it launches by controlling the argv[0] value in the native exec() call, but getting there from Java would be tricky and probably not possible.