vote up 1 vote down star

I have an application that gets started via a shortcut. This application than starts a Java GUI application with CreateProcess().

When the Java application gets pinned to the taskbar the javaw.exe gets pinned to the taskbar instead of the "expected" shortcut. Only the native executable which launches Java can be modified - the shortcut has to stay.

What has to be done so that the shortcut gets pinned?

Thanks, Stefan

flag

1 Answer

vote up 0 vote down

Use something like winrun4j or create a .bat instead of using a shortcut.

link|flag
Unfortunately this is no option. – Stefan Aug 10 at 13:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.