Java applications do not have the ability to be pinned in the Windows taskbar, i.e. the option "Pin this program to taskbar" is not available.
There is not much info about this, I only found this: Using JNA to get/set application identifier. They use the shell32 function SetCurrentProcessExplicitAppUserModelID(WString appID) (not currently in JNA). However, that didn't work. The OP said:
The behavior you seem to be experiencing is a mode called "IsHostApp". Related
Do you have any knowledge about this? is it possible to pin a Java app with JNA?
Java applications do not have the ability to be pinned in the Windows taskbar, i.e. the option "Pin this program to taskbar" is not available.
There is not much info about this, I only found this: Using JNA to get/set application identifier. They use the shell32 function
SetCurrentProcessExplicitAppUserModelID(WString appID)(not currently in JNA). However, that didn't work. The OP said:Do you have any knowledge about this? is it possible to pin a Java app with JNA?