I have a program created in B4J After verifying that it worked correctly
I compiled it in release and created the package with 'create standalone package'
Let's suppose that the file ..\objects\temps\build\pippo.exe is created
When I start the program on Windows, 'OpenJDK Platform binary' appears in the task manager
In essence, the name of the executable file started and the name of the process visible in the task manager are different
How can I make the same name as the file created by the package manager (and therefore in my case pippo.exe) appear in the Windows Task Manager?
I compiled it in release and created the package with 'create standalone package'
Let's suppose that the file ..\objects\temps\build\pippo.exe is created
When I start the program on Windows, 'OpenJDK Platform binary' appears in the task manager
In essence, the name of the executable file started and the name of the process visible in the task manager are different
How can I make the same name as the file created by the package manager (and therefore in my case pippo.exe) appear in the Windows Task Manager?