开发者

How can i create a shortCut item from inside a program?

开发者 https://www.devze.com 2023-03-08 07:36 出处:网络
we have created an installer to fi开发者_如何学Cnish it off, i want to make a shortcut for the normal software and place it on desktop,

we have created an installer to fi开发者_如何学Cnish it off,

i want to make a shortcut for the normal software and place it on desktop,

but i wish to do this from my installer, can someone help me,

i wish to learn from this, so don't come spam answers like don't make your own installer, etc...

kind regards jonathan


https://github.com/jimmc/jshortcut

shortcut library

"JShortcut is a JNI library to allow Java programs to create shortcuts and menu items on Windows"


Here is an explanation of the LNK-File-Format

http://www.stdlib.com/art6-Shortcut-File-Format-lnk.html


Java Web Start can arrange shortcuts (or menu items) for any platform that supports them. These can be specified in the JNLP file, or installed programmatically using the IntegrationService.

0

精彩评论

暂无评论...
验证码 换一张
取 消