not able to rename process/image name using launch4j
问题 I am using the Launch4j to rename my Java process for unique identification. I have set the node customProcName to true in the required xml file. But I am still getting javaw.exe as the process/Image name in the windows task manager. Below is my xml code which I am using to launch the application. Please suggest <?xml version="1.0" encoding="UTF-8"?> <launch4jConfig> <customProcName>true</customProcName> <dontWrapJar>false</dontWrapJar> <headerType>gui</headerType> <jar>D:\MQLink_Installers