Skip to content

Instantly share code, notes, and snippets.

@atd-schubert
Created April 9, 2013 12:53
Show Gist options
  • Save atd-schubert/5345483 to your computer and use it in GitHub Desktop.
Save atd-schubert/5345483 to your computer and use it in GitHub Desktop.
Solution for starting ArgoUML in Mac OSX Mountain Lion
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Starting with Mountain Lion start helper"
$DIR/JavaApplicationStub &
@pkrajanand
Copy link

symlink creations as suggested through https://oliverdowling.com.au/2014/03/28/java-se-8-on-mac-os-x/ did work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment