Use Automator to create a desktop shortcut to launch Vault 3 on Mac OSX.
Step 1: Launch Automator. Create a new document with a type of "Application":
Step 2: Add a "Run Shell Script" action.
Step 3: Specify that this action uses the "/bin/bash" shell.
Specify the following commands:
cd "/Users/{your user name}/Applications/Vault3" ./custom-runtime/java -XstartOnFirstThread -jar "vault_mac.jar" &
Step 4: Save your Automator document.
Step 5: Drag the Automator document to the task bar on the bottom of the desktop. Now you can launch Vault 3 by clicking the Automator icon.