- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
I am using launch4j as .exe wrapper for my .jar files. I want to be able to pin the program to the taskbar, as this is going to be one main functionality of my app.
As you might know, java is run in javaw.exe, therefore javaw.exe gets pinned instead of the app. I tried using JNA to pass an appID to windows but it didn't work.
http://stackoverflow.com/questions/1907735/using-jna-to-get-set-application-identifier
I tried to implement that but it didn't make any change
As you might know, java is run in javaw.exe, therefore javaw.exe gets pinned instead of the app. I tried using JNA to pass an appID to windows but it didn't work.
http://stackoverflow.com/questions/1907735/using-jna-to-get-set-application-identifier
I tried to implement that but it didn't make any change