When I start new java process by default is having name 'java', I can see the process with name 'java' in task manager.
What I want is I want to start process with another name rather than 'java'
so, How to start java process with user defined name rather than 'java' or 'javaw' ?