Always when I run java application it will display in Windows Task Manager is java.exe or javaw.exe. How to rename java.exe or javaw.exe process without wrapper by other pro
I believe your best bet is to use an ahead-of-time compiler like Excelsior JET to produce an executable. As they mention, you could also use a custom laucher or wrapper instead.