Let's say I want an icon in Launchpad that when clicked on executes:
java -jar /Users/me/Program.jar argument1 argument2
I'm running OS X Mountain Lion. This is a little Java program I wrote for my own personal use, nothing I'm trying to distribute. Basically, I'm asking: How do I make the equivalent of a Windows shortcut?