I am writing an installer (launcher) in Java and require the ability to be able to create a shortcut on the users desktop during the process.
I am interested in any ideas as the best way to do this. My one option I have considered is using a VB Script on windows and using the native 'shortcut.exe' to do it for me, however a third party file utility would be preferred.
Complete example here : Create an Internet Shortcut (Windows)
See this similar question. and this.
After a quick google search I found this java library: http://alumnus.caltech.edu/~jimmc/jshortcut/