You can also make a launcher with AppleScript:
tell application "System Preferences"
activate
set current pane to pane "Java"
end tell
tell application "System Events"
repeat until exists process "Java Control Panel"
delay 1
end repeat
end tell
tell application "Adobe Illustrator"
activate
end tell
tell application "System Preferences" to close every window